FilterData class abstract

Constructors

FilterData()

Properties

areAllColumnsSelected bool
no setter
asc bool
no setter
hasCustomQuery bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isEditedQuery bool
no setter
limit int
no setter
orderByColumns Map<String, bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectColumns Map<String, bool>
no setter
selectQuery String
no setter
tableName String
no setter
whereClauses List<WhereClause>
no setter

Methods

clearCustomSqlQuery() → void
copy() FilterData
copyTo(FilterData newFilterData) FilterData
createQuery() → void
getSelectedColumns() Map<String, bool>
getWhereClause(String columnName) WhereClause?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAscClicked() → void
onDescClicked() → void
onToggleColumn(String value) → void
onToggleOrderByColumn(String value) → void
onUpdatedWhereClause() → void
onWhereColumnSelected(String columnName) → void
remove(WhereClause whereClause) → void
selectAllColumns() → void
toString() String
A string representation of this object.
inherited
updateCustomSqlQuery(String query) → void

Operators

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