SelectOrganizationViewModel class
<p>SelectOrganizationViewModel class helps to interact with model to serve data and react to user's input in Select Organization View.</p> <p>Methods include:</p> <ul> <li><code>selectOrg</code></li> <li><code>onTapJoin</code></li> </ul>
Inheritance
- Object
- ChangeNotifier
- BaseModel
- SelectOrganizationViewModel
Constructors
SelectOrganizationViewModel ()
Properties
allOrgController → ScrollController
<span class="feature">final</span>
controller → ScrollController
<span class="feature">final</span>
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
hasListeners → bool
Whether any listeners are currently registered.
<span class="feature">read-only</span><span class="feature">inherited</span>
isBusy → bool
<span class="feature">read-only</span><span class="feature">inherited</span>
organizations ↔ List<OrgInfo>
<span class="feature">read / write</span>
orgId ↔ String
<span class="feature">read / write</span>
qrKey → GlobalKey<State<StatefulWidget>>
<span class="feature">final</span>
result ↔ Barcode
<span class="feature">read / write</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
searchController → TextEditingController
<span class="feature">final</span>
searchFocus → FocusNode
<span class="feature">final</span>
searching ↔ bool
<span class="feature">read / write</span>
selectedOrganization ↔ OrgInfo
<span class="feature">read / write</span>
showSearchOrgList ↔ Widget
<span class="feature">read / write</span>
state → ViewState
<span class="feature">read-only</span><span class="feature">inherited</span>
Methods
addListener(VoidCallback listener) void
Register a closure to be called when the object changes.
<span class="feature">inherited</span>
dispose() void
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
<a href="https:api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html">addListener</a> will throw after the object is disposed).
<span class="feature">inherited</span>
fetchMoreHelper(FetchMore<Object?> fetchMore, List organizations) void
This function fetch more option.
initialise(String initialData) Future<void>
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
notifyListeners() void
Call all the registered listeners.
<span class="feature">inherited</span>
onTapContinue() void
onTapJoin() Future<void>
This function make user to join the selected organization. The function uses <code>joinOrgById</code> graph QL query.
removeListener(VoidCallback listener) void
Remove a previously registered closure from the list of closures that are
notified when the object changes.
<span class="feature">inherited</span>
searchActive() void
selectOrg(OrgInfo item) Future<void>
This function select the organization.
setState(ViewState viewState) void
<span class="feature">inherited</span>
toString() String
A string representation of this object.
<span class="feature">inherited</span>
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">inherited</span>