Std.Ui.Selection
13 public declarations
- activated
&Std.Ui.Selection.Selection -> &Std.Ui.Screen.Event -> Str -> Std.Ui.Selection.SelectionThe selection after a row activation: rows are controls tagged
- all
&Std.Ui.Selection.Selection -> Std.Ui.Selection.SelectionEvery row chosen, focus kept.
- clear
&Std.Ui.Selection.Selection -> Std.Ui.Selection.SelectionNothing chosen.
- commanded
&Std.Ui.Selection.Selection -> Str -> Std.Ui.Selection.SelectionThe selection after a keymap command:
select.all,select.none, - extend
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.SelectionEvery row from the anchor through
indexchosen, the anchor kept; with - isSelected
&Std.Ui.Selection.Selection -> Int -> BoolWhether
indexis chosen. - move
&Std.Ui.Selection.Selection -> Int -> Bool -> Std.Ui.Selection.SelectionThe focus moved by
deltarows, clamped to the list:extendinggrows - resized
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.SelectionThe selection for a list that now has
countrows: rows past the end - selected
&Std.Ui.Selection.Selection -> Array[Int]The chosen rows in ascending order.
- selection
Int -> Std.Ui.Selection.SelectionNothing chosen in a list of
countrows. - Selection
Which rows of a list of
countare chosen, the row a range extends from - single
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.SelectionOnly
indexchosen; it becomes the anchor and focus. Out of range clears. - toggle
&Std.Ui.Selection.Selection -> Int -> Std.Ui.Selection.Selectionindexadded or removed, leaving the rest; it becomes the anchor and focus.
