UBaseController class abstract

Implementers

Constructors

UBaseController()

Properties

controllerEndDate → TextEditingController
final
controllerStartDate → TextEditingController
final
endDate ↔ DateTime?
getter/setter pair
fields → UAdminFields
Bag for any extra text controllers a subclass needs; disposed with the controller.
final
formKey → GlobalKey<FormState>
final
fromCreatedAt ↔ DateTime?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
orderByCreatedAt ↔ bool
getter/setter pair
orderByCreatedAtDesc ↔ bool
getter/setter pair
pageNumber ↔ URxInt
getter/setter pair
pageSize ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startDate ↔ DateTime?
getter/setter pair
state → URxState
final
state2 ↔ URxState
getter/setter pair
tagOrderBy ↔ URx<TagOrderBy>
getter/setter pair
toCreatedAt ↔ DateTime?
getter/setter pair
totalCount ↔ int
getter/setter pair
totalPages ↔ URxInt
getter/setter pair

Methods

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().
errorCallBack(String? message, void reload()) → void
firstPage() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
okCallback(String? message, void reload()) → void
reloadFirstPage(void read()) → void
setError([String? message]) → void
setListState({required bool isEmpty}) → void
setTotalPages(int totalCount) → void
toString() → String
A string representation of this object.
inherited

Operators

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