UAdminDormRoomController class

Inheritance

Constructors

UAdminDormRoomController()

Properties

controllerEndDate → TextEditingController
finalinherited
controllerStartDate → TextEditingController
finalinherited
dorm ↔ UDormResponse?
getter/setter pair
endDate ↔ DateTime?
getter/setter pairinherited
formKey → GlobalKey<FormState>
finalinherited
fromCreatedAt ↔ DateTime?
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
isFa → bool
no setterinherited
list ↔ List<UDormRoomResponse>
getter/setter pair
orderByCreatedAt ↔ bool
getter/setter pairinherited
orderByCreatedAtDesc ↔ bool
getter/setter pairinherited
pageNumber ↔ RxInt
getter/setter pairinherited
pageSize ↔ int
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startDate ↔ DateTime?
getter/setter pairinherited
state → RxState
finalinherited
state2 ↔ RxState
getter/setter pairinherited
tagOrderBy ↔ Rx<TagOrderBy>
getter/setter pairinherited
titleFilter → TextEditingController
final
toCreatedAt ↔ DateTime?
getter/setter pairinherited
totalCount ↔ int
getter/setter pairinherited
totalPages ↔ RxInt
getter/setter pairinherited

Methods

applyFilters() → void
clearFilters() → void
create({required UDormRoomCreateParams p}) → void
delete(UDormRoomResponse i) → void
errorCallBack(String? message, void reload()) → void
inherited
firstPage() → void
inherited
init({UDormResponse? dorm}) → 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>
readDorms(String query) → Future<List<UDormResponse>>
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
update({required UDormRoomUpdateParams p}) → void

Operators

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