SelectionInputAdapter<T> class
abstract
A mixin to provide a simplier API for accepting SelectionModel and SelectionOptions for SelectionContainer components.
- Implemented types
- Implementers
Constructors
Properties
-
factoryRenderer
↔ FactoryRenderer<
RendersValue, T> ? -
Specifies the componentRenderer to use to determine the component for
rendering an item.
Specifies the factoryRenderer to use to determine the factory for
rendering an item.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
itemRenderer
↔ ItemRenderer<
T> ? -
A simple function to render the an item to string.
@override
getter/setter pairinherited
-
options
↔ SelectionOptions<
T> -
The available options for this container.
getter/setter pairinherited
- optionsInput ← dynamic
-
Sets the available options for the selection component.
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selection
↔ SelectionModel<
T> -
The selection model this container represents.
getter/setter pairinherited
- selectionChange → Stream
-
Emits the selected value(s) whenever selection changes.
no setter
- selectionInput ← dynamic
-
Sets the selected value or selection model for the selection component.
no getter
Methods
-
emitSelectionChange(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited