GroupSelectControllerStore<T> class

Class to controller Widget

Constructors

GroupSelectControllerStore({LangBadge lang = LangBadge.enUS, bool multiple = true, bool dark = false})

Properties

context → ReactiveContext
Override this method to use a custom context.
no setterinherited
dark bool
finalinherited
getValue → dynamic
Can be used when the multiple option id true
no setterinherited
getValues List
Recovery list of selected values
no setterinherited
groupItemsSelect ↔ ObservableList<GroupItem>?
getter/setter pairinherited
hasGroups bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
itemsSelect ↔ ObservableList<ItemSelect>?
getter/setter pairinherited
lang LangBadge
finalinherited
multiple bool
finalinherited
rotation double
Degree rotation of icon arrow
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalItems int
getter/setter pairinherited
values ↔ ObservableList?
Values selected
getter/setter pairinherited
whenValuesCleared Stream<bool>
getter/setter pairinherited

Methods

addValue(dynamic val) → dynamic
Add new values in controller val dynamic or T
inherited
dispose() → dynamic
Closed controller stream
inherited
hasGroupIdsRepeated(List<Group>? groups) → dynamic
Verify if has any group with id repeat groups list of groups
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeValue(dynamic val) → dynamic
Remove value of list val values to be removed of list
inherited
resetValues() → dynamic
Reset all selected values
inherited
setHasGroups(bool val) → dynamic
Setup control verify has group val if 'true' has groups
inherited
setup(GroupSelect widget) → dynamic
Create widget items and groups widget GroupSelect
inherited
toggle() → dynamic
Control display of items/groups
inherited
toString() String
A string representation of this object.
inherited

Operators

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