Class CheckBoxTableSourceWrapperByObject | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class CheckBoxTableSourceWrapperByObject<T> : CheckBoxTableSourceWrapperBase, ITableSource
Type Parameters
T
Inheritance
CheckBoxTableSourceWrapperByObject
Implements
Inherited Members
Constructors
Creates a new instance of the class wrapping the collection toWrap
.
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.