BrowseService class

Constructors

BrowseService(String accountId, String name, String code)

Properties

accountId String
getter/setter pair
code String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoading bool
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

browseError() String
dispose() → void
error() String
fetchData({bool nextPage = false, String q = '', String f = '', String o = '', int p = 1, int r = 20, int s = 0, bool isForced = false}) Future<bool>
function(String action, String guid) Future<bool>
getBrowse({String? code, int p = 1, int r = 20, String q = '', String f = '', String o = '', int s = 0}) Future<BrowseHead>
getBrowseRow() Map<String, BrowseRow>?
getForm(String guid, {bool reload = false}) Future<FormService>
getHead() BrowseHead?
getMenu() List<Menu>
init(String name, String code, VoidCallback? callback, VoidCallback? errorback, {String q = '', String f = '', String o = '', int p = 1, int r = 20, int s = 0}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetScroll() → void
setContext({VoidCallback? callback, VoidCallback? errorback}) → void
toString() String
A string representation of this object.
inherited
verifyHost() Future<bool>

Operators

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

Static Methods

getValFromCaption(BrowseRow r, String caption) String?