Class CheckBoxTableSourceWrapperByIndex | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class CheckBoxTableSourceWrapperByIndex : CheckBoxTableSourceWrapperBase, ITableSource
Inheritance
CheckBoxTableSourceWrapperByIndex
Implements
Inherited Members
Constructors
CheckBoxTableSourceWrapperByIndex(TableView, ITableSource)
Creates a new instance of the class presenting the data in toWrap
plus an additional checkbox column.
Properties
Gets the collection of all the checked rows in the Wrapping ITableSource.
Methods
Clears the toggled state of all rows.
Returns true if row
is checked.
Called when the 'toggled all' action is performed. This should change state from 'some selected' to 'all selected' or clear selection if all area already selected.
Flips the checked state of the given row
/
Flips the checked state for a collection of rows. If some (but not all) are selected they should flip to all selected.