DataFace<T> class abstract

DATAFACE: interface general para acceso tipado a datos dinamicos

Inheritance
Implementers

Constructors

DataFace({required String name, required bool no_update, required bool required, required String? label})

Properties

changed bool
determina si hay cambios
no setter
completed Future
no setter
enabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isData bool
final
isEmpty bool
no setter
isNotEmpty → dynamic
no setter
label String
getter/setter pair
msg String
getter/setter pair
name String
final
no_update bool
getter/setter pair
objectId int
finalinherited
parent DataFace?
getter/setter pair
process List<Future>
getter/setter pair
required bool
getter/setter pair
rules List<DataRule>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DataType
final

Methods

cancelEventByName(String name) → dynamic
inherited
changes(dynamic x) bool
devuelve los cambios realizados
get() → T
para acceder al contenido
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String name, EventFn fn) EventHandler
inherited
onChange(DataFace? data) → void
disponible para sobreescribir y validar
oneTimeOn(String name, EventFn fn) EventHandler
inherited
onValid(dynamic fn(DataFace data)) → dynamic
refresh() → void
permite actualizar cuando el objeto esta conectado a componentes graficos
resetTo({dynamic value}) → void
para restablecer conenido
resetToDefault() → dynamic
restablecer valore predeterminados
setTo({dynamic value}) → void
para modificar contenido
toString() String
A string representation of this object.
inherited
trigger(String name, [dynamic arg]) Future<void>
inherited
undo() → void
deshace los cambios realizados*/
valid() → void

Operators

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