CollectionScreen class
- Inheritance
- Implementers
Constructors
- CollectionScreen({required SQCollection collection, String? title, IconData? icon = Icons.stay_current_landscape, String? groupByField})
Properties
- appbarEnabled ↔ bool
-
getter/setter pairinherited
- collection → SQCollection
-
final
- context → BuildContext
-
no setterinherited
- filterScreen ↔ FilterFormScreen
-
latefinal
- groupByField → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ IconData?
-
getter/setter pairinherited
- isInline ↔ bool
-
getter/setter pairinherited
- mounted → bool
-
no setterinherited
- padding ↔ EdgeInsets
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenPadding → EdgeInsetsGeometry?
-
no setterinherited
- show ↔ bool Function(BuildContext)
-
getter/setter pairinherited
- title → String
-
finalinherited
Methods
-
appBar(
) → PreferredSizeWidget? -
inherited
-
appBarActions(
) → List< Widget> -
inherited
-
collectionDisplay(
List< SQDoc> docs) → Widget -
createState(
) → State< ScreenWidget< Screen> > -
inherited
-
dispose(
) → void -
inherited
-
docDisplay(
SQDoc doc) → Widget -
docScreen(
SQDoc doc) → Screen -
exitScreen<
V extends Object?> ([V? value]) → void -
inherited
-
filtersDisplay(
) → Widget -
floatingActionButton(
) → FloatingActionButton? -
override
-
go<
T extends Object?> (BuildContext context, {bool replace = false}) → Future< T?> -
inherited
-
goToDocScreen(
Screen docScreen) → Future< void> -
groupByDocs(
List< SQDoc> docs) → Widget -
initScreen(
) → void -
override
-
loadData(
) → Future< void> -
inherited
-
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
{bool refetchData = true}) → Future< void> -
override
-
refreshBackButton(
) → void -
inherited
-
refreshMainButton(
) → void -
inherited
-
screenBody(
) → Widget -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toWidget(
) → Widget -
inherited
Operators
-
operator &(
Screen other) → Screen -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited