UAdminGoldController class

Inheritance

Constructors

UAdminGoldController()

Properties

account → URxn<UGoldAccountResponse>
final
balances → URxList<UGoldBalanceResponse>
final
controllerEndDate → TextEditingController
finalinherited
controllerStartDate → TextEditingController
finalinherited
credit → URxn<UGoldCreditFacilitiesResponse>
final
endDate ↔ DateTime?
getter/setter pairinherited
fields → UAdminFields
Bag for any extra text controllers a subclass needs; disposed with the controller.
finalinherited
formKey → GlobalKey<FormState>
finalinherited
fromCreatedAt ↔ DateTime?
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
limits → URxn<UGoldTradeLimitsResponse>
final
limitsState → URxState
final
orderByCreatedAt ↔ bool
getter/setter pairinherited
orderByCreatedAtDesc ↔ bool
getter/setter pairinherited
orders → URxList<UGoldOrderResponse>
final
ordersCursor ↔ String?
getter/setter pair
ordersState → URxState
final
pageNumber ↔ URxInt
getter/setter pairinherited
pageSize ↔ int
getter/setter pairinherited
quote → URxn<UGoldQuoteResponse>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startDate ↔ DateTime?
getter/setter pairinherited
state → URxState
finalinherited
state2 ↔ URxState
getter/setter pairinherited
tagOrderBy ↔ URx<TagOrderBy>
getter/setter pairinherited
toCreatedAt ↔ DateTime?
getter/setter pairinherited
tokenIpsController → TextEditingController
final
tokenLabelController → TextEditingController
final
tokens → URxList<UGoldApiTokenResponse>
final
tokenScopesController → TextEditingController
final
tokensState → URxState
final
totalCount ↔ int
getter/setter pairinherited
totalPages ↔ URxInt
getter/setter pairinherited
txns → URxList<UGoldTransactionResponse>
final
txnsCursor ↔ String?
getter/setter pair
txnsState → URxState
final

Methods

createToken() → void
deleteToken(String id) → void
dispose() → void
Releases everything this controller owns. The page that created the controller calls this from its own State.dispose(); a subclass that adds its own controllers overrides this and ends with super.dispose().
override
errorCallBack(String? message, void reload()) → void
inherited
firstPage() → void
inherited
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
okCallback(String? message, void reload()) → void
inherited
readLimits() → Future<void>
readOrders({bool more = false}) → Future<void>
readOverview() → Future<void>
readTokens() → Future<void>
readTransactions({bool more = false}) → Future<void>
reloadFirstPage(void read()) → void
inherited
setError([String? message]) → void
inherited
setListState({required bool isEmpty}) → void
inherited
setTotalPages(int totalCount) → void
inherited
toString() → String
A string representation of this object.
inherited

Operators

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