AbstractPageTemplate class abstract
- Inheritance
-
- Object
- PageBuilder
- AbstractPageTemplate
- Implementers
Constructors
- AbstractPageTemplate(String uniqueId, String pageId, AppModel app, String memberId, HomeMenuModel theHomeMenu, AppBarModel theAppBar, DrawerModel leftDrawer, DrawerModel rightDrawer, {PrivilegeLevelRequiredSimple? privilegeLevelRequired, String? packageCondition, ConditionOverride? conditionOverride})
Properties
- app → AppModel
-
finalinherited
- conditionOverride → ConditionOverride?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftDrawer → DrawerModel
-
finalinherited
- memberId → String
-
finalinherited
- packageCondition → String?
-
final
- pageId → String
-
finalinherited
- presentationImageAlignment ↔ PresentationImageAlignment?
-
getter/setter pair
- privilegeLevelRequired → PrivilegeLevelRequiredSimple?
-
final
- rightDrawer → DrawerModel
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theAppBar → AppBarModel
-
finalinherited
- theHomeMenu → HomeMenuModel
-
finalinherited
- uniqueId → String
-
finalinherited
Methods
-
componentID(
) → String? -
componentName(
) → String -
create(
PlatformMediumModel? image) → Future< PageModel> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pageDescription(
) → String -
pageTitle(
) → String -
setupComponent(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited