FormService class

Constructors

FormService()

Properties

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

Methods

autosuggest(String colkey, {String dv = '', String combodv = '', String q = '', String wf1 = '', String wf2 = ''}) Future<List<Map<String, dynamic>>>
curForm() Frm?
dirty(dynamic fieldname) bool
dispose() → void
edit(dynamic fieldname, dynamic value) bool
error() String
formError() String
formGUID() String
formUnique() String
frm() Frm?
function({required String action, String? userid, String? pwd, String? comment}) Future<bool>
get(dynamic fieldName) String
getChild(String code) FrmChild?
init(String? code, String? guid) → void
loadForm() Future<void>
newForm() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preview(int flag) → void
save({String? parentguid, int flag = 0}) Future<bool>
set(String fieldName, dynamic newVal) → void
setContext({VoidCallback? callback, VoidCallback? errorback}) → void
toString() String
A string representation of this object.
inherited
updateForm(String guid) Future<void>
view(dynamic fieldname, {int mode = 0}) String

Operators

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