NsgSelection class

Constructors

NsgSelection.new({required NsgInputType inputType, NsgBaseController? controller, Widget rowWidget(NsgDataItem, bool)?, List<NsgDataItem>? allValues, NsgDataItem? selectedElement, Color? textColor, Color? colorInverted, NsgInputSelectionWidgetType widgetType = NsgInputSelectionWidgetType.column})

Properties

allValues List<NsgDataItem>?
final
colorInverted Color?
getter/setter pair
controller → NsgBaseController?
final
hashCode int
The hash code for this object.
no setterinherited
inputType NsgInputType
final
rowWidget Widget Function(NsgDataItem, bool)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedElement ↔ NsgDataItem?
getter/setter pair
selectionController ↔ _SelectionController?
getter/setter pair
textColor Color?
getter/setter pair
textEditingController TextEditingController
getter/setter pair
widgetType NsgInputSelectionWidgetType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectFromArray(String title, dynamic onSelected(NsgDataItem dataItem), {NsgDataRequestParams? filter, required BuildContext context}) → void
toString() String
A string representation of this object.
inherited

Operators

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