SelectionModelSignalName
public enum SelectionModelSignalName : String, SignalNameProtocol
Undocumented
-
This signal is emitted whenever items were added to or removed from
list
. Atposition
,removed
items were removed andadded
items were added in their place.Note: If
removed
!=added
, the positions of all later items in the model change.Declaration
Swift
case itemsChanged = "items-changed"
-
Emitted when the selection state of some of the items in
model
changes.Note that this signal does not specify the new selection state of the items, they need to be queried manually. It is also not necessary for a model to change the selection state of any of the items in the selection model, though it would be rather useless to emit such a signal.
Declaration
Swift
case selectionChanged = "selection-changed"