SearchedList class

Inheritance

Constructors

SearchedList({Key? key, required SearchedListModel searchedListModel, required String? fieldNameSearching, SearchedDataLoader? searchedDataLoader, ScrollController? scrollController})

Properties

color Color?
finalinherited
controller SearchController
no setterinherited
fieldNameSearching String?
finalinherited
filterController FilterController
finalinherited
filterIcon Widget?
finalinherited
global bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isComponent bool
finalinherited
isFilterOnServer bool
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
loadSearchedData SearchedDataLoader?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController?
getter/setter pair
searchedDataLoader SearchedDataLoader?
final
searchedListModel SearchedListModel
final
searchedListPadding EdgeInsets?
finalinherited
tag String?
finalinherited
timer Timer?
getter/setter pair
title String?
finalinherited

Methods

applyFilterBaseOnList() Future<void>
inherited
applyFilterOnServer() → void
inherited
applySortBaseOnList() → void
inherited
applySortOnServer() → void
inherited
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
didChangeDependencies(GetBuilderState<SearchController> state) → void
inherited
didUpdateWidget(GetBuilder<GetxController> oldWidget, GetBuilderState<SearchController> state) → void
inherited
dispose(GetBuilderState<SearchController> state) → void
inherited
getConditionView(Map<String, Object?> mapCondition, void onValueChange(String fieldName, Object value)) Widget
override
getController({String? tag}) SearchController
inherited
getEmptyView(SearchController baseController) Widget
inherited
getEndOfPageView() Widget
inherited
getErrorView(AsyncSnapshot<Map<String, List<Map<String, Object?>?>?>?> snapshot, SearchController controller) Widget
inherited
getLineView(Map<String, Object?> dataItem) Widget
inherited
getLoadingView() Widget
inherited
getMainView(BuildContext context, Map<String, List<Map<String, Object?>?>?> data, SearchController controller) Widget
override
getSkeletonView(BuildContext context, SearchController controller) Widget
inherited
getValueConditionByFieldName(String fieldName) Object?
inherited
getValueSortationByFieldName(String fieldName) ESortMode?
inherited
getWaitingView(BuildContext context) Widget
inherited
goToFilterView() → void
inherited
goToSearchView() → void
inherited
initState(GetBuilderState<SearchController> state) → void
inherited
inputDecoration() InputDecoration
inherited
loadMore() → void
override
noInternet() Widget
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onConditionValueChanged(String? fieldName, Object value) → void
inherited
onSortationValueChanged(String fieldName, ESortMode sortMode) → void
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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