SelectFKController class

Constructors

SelectFKController()

Properties

context → ReactiveContext
Override this method to use a custom context.
no setterinherited
focusNode FocusNode
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
inFocus bool
getter/setter pairinherited
isCheckedSingleRow bool
Used to prevent the value from being updated every time the widget is reloaded
getter/setter pairinherited
labelId String?
getter/setter pairinherited
list ↔ ObservableList<ItemSelect>
getter/setter pairinherited
listIsLoaded bool
getter/setter pairinherited
obj Map<String, dynamic>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectModel SelectModel?
getter/setter pairinherited
setDefaultSelection ↔ (Future<Map<String, dynamic>?> Function(ObservableList<ItemSelect>)?)
getter/setter pairinherited
showClearIcon bool
getter/setter pairinherited
updateFunSingleRow bool
no setterinherited

Methods

checkSingleRow() Future<void>
Checks if the specified selectModel.dataSource returns only one record, if so, sets the data in the input
inherited
clear() → void
Clean the selected obj
inherited
getValueKey(String key) → dynamic
Returns the value of the key, if the object is not null and the value is in the object
inherited
loadData({Map<String, dynamic>? data}) → void
Load list data if not already loaded
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setObjList(Map<String, dynamic>? value, String? labelId) → void
Updates the list object as per selection
inherited
toString() String
A string representation of this object.
inherited
updateList({Map<String, dynamic>? data}) → void
Update the list
inherited

Operators

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