BrowseHead class

Constructors

BrowseHead({String? name, String? code, required Map<String, BrowseRow> rows, int pg = 1, int nbrows = 20, int curStatus = 0, bool isLoaded = false})

Properties

code String?
getter/setter pair
controller ScrollController
getter/setter pair
curFilter String?
getter/setter pair
curOrder String?
getter/setter pair
curSearch String?
getter/setter pair
curStatus int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoaded bool
getter/setter pair
getter/setter pair
name String?
getter/setter pair
nbrows int
getter/setter pair
newSvc FormService
getter/setter pair
pg int
getter/setter pair
rows Map<String, BrowseRow>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state List<OState>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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