ListGroupController class final

ListGroupController

this controller manage the list of grouped checkbox/chips/switch

isMultipleSelectionPerGroup : (List

Constructors

ListGroupController({List<List> initSelectedValues = const [], List<bool> isMultipleSelectionPerGroup = const []})

Properties

allSelectedItems Future<List>
no setter
hashCode int
The hash code for this object.
no setterinherited
initSelectedValues List<List>
final
isMultipleSelectionPerGroup List<bool>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableAll(int index) → void
disable all items in groupedCheckBox
disabledItemsByTitles(int index, List<String> items) → void
disabled the items by there titles in groupedCheckBox
disabledItemsByValues(int index, List itemsValues) → void
disabled the items by there values in groupedCheckBox
enableAll(int index) → void
enable all items in groupedCheckBox
enabledItemsByTitles(int index, List<String> items) → void
enable items by there Titles in groupedCheckBox
enabledItemsByValues(int index, List itemsValues) → void
enable items by there values that was disabled in groupedCheckBox
init(ListGroupedCheckboxState state) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectedItemsByGroupIndex(int index) Future<List>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited