Class wm.ServiceVariableBase
Extends
wm.ServiceCallBaseMixin, wm.Variable.
Defined in: ServiceVariableBase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Basic data class that gets its data from a service
|
- Fields borrowed from class wm.Variable:
- isList, type
- Fields borrowed from class wm.Component:
- name, owner
- Fields borrowed from class wm.ServiceCallBaseMixin:
- autoUpdate, operation, service
- Methods borrowed from class wm.Variable:
- clearData, getCount, getData, getItem, setData, setItem
- Methods borrowed from class wm.Component:
- constructor, createComponent, destroy, getId, getRuntimeId
- Methods borrowed from class wm.Object:
- extendSchema, getPropertyType, getPropFlags, getValue, listDataProperties, listProperties, setValue, toString
- Methods borrowed from class wm.ServiceCallBaseMixin:
- onError, onResult, onSuccess, update
Class Detail
wm.ServiceVariableBase()
Basic data class that gets its data from a service
Report errata or suggestions for
ServiceVariableBase.