UAdminTerminalController class
- Inheritance
-
- Object
- UBaseController
- UAdminTerminalController
Constructors
Properties
-
brandFilter
↔ URxn<
UTerminalBrandResponse> -
getter/setter pair
-
brokerFilter
↔ URxn<
UTerminalBrokerResponse> -
getter/setter pair
- controllerEndDate → TextEditingController
-
finalinherited
- controllerStartDate → TextEditingController
-
finalinherited
- creatorIdFilter → TextEditingController
-
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
- fromCreatedController → TextEditingController
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
list
↔ List<
UTerminalResponse> -
getter/setter pair
- merchant ↔ UMerchantResponse?
-
getter/setter pair
- merchantIdFilter → TextEditingController
-
final
- orderByCreatedAt ↔ bool
-
getter/setter pairinherited
- orderByCreatedAtDesc ↔ bool
-
getter/setter pairinherited
- pageNumber ↔ URxInt
-
getter/setter pairinherited
- pageSize ↔ int
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialFilter → TextEditingController
-
final
- startDate ↔ DateTime?
-
getter/setter pairinherited
- state → URxState
-
finalinherited
- state2 ↔ URxState
-
getter/setter pairinherited
-
tagOrderBy
↔ URx<
TagOrderBy> -
getter/setter pairinherited
- toCreatedAt ↔ DateTime?
-
getter/setter pairinherited
- toCreatedController → TextEditingController
-
final
- totalCount ↔ int
-
getter/setter pairinherited
- totalPages ↔ URxInt
-
getter/setter pairinherited
-
typeFilter
↔ URxn<
TagTerminal> -
getter/setter pair
Methods
-
applyFilters(
) → void -
approve(
UTerminalResponse i) → void -
assign(
{required UTerminalAssignParams p}) → void -
bulkCreate(
{required UTerminalBulkCreateParams p}) → void -
clearFilters(
) → void -
create(
{required UTerminalCreateParams p}) → void -
delete(
UTerminalResponse i) → 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 withsuper.dispose().override -
errorCallBack(
String? message, void reload()) → void -
inherited
-
firstPage(
) → void -
inherited
-
import(
) → void -
init(
{UMerchantResponse? merchant}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
okCallback(
String? message, void reload()) → void -
inherited
-
read(
) → Future< void> -
readBrand(
String query) → Future< List< UTerminalBrandResponse> > -
readBroker(
String query) → Future< List< UTerminalBrokerResponse> > -
reject(
{required UTerminalResponse i, String? reason}) → void -
reloadFirstPage(
void read()) → void -
inherited
-
setError(
[String? message]) → void -
inherited
-
setListState(
{required bool isEmpty}) → void -
inherited
-
setTotalPages(
int totalCount) → void -
inherited
-
supportPassword(
UTerminalResponse i) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
{required UTerminalUpdateParams p}) → void -
viewAgreement(
UTerminalResponse i) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited