Package ch.bailu.gtk.gtk
Schnittstelle SelectionModelInterface.OnSetSelection
- Umschließende Klasse:
SelectionModelInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onSetSelection
(CallbackHandler __self, SelectionModel model, Bitset selected, Bitset mask)
-
Methodendetails
-
onSetSelection
boolean onSetSelection(CallbackHandler __self, @Nonnull SelectionModel model, @Nonnull Bitset selected, @Nonnull Bitset mask) - Parameter:
model
- a `GtkSelectionModel`selected
- bitmask specifying if items should be selected or unselectedmask
- bitmask specifying which items should be updated- Gibt zurück:
- %TRUE if this action was supported and no fallback should be tried. This does not mean that all items were updated according to the inputs.
-