Class wm.LiveView
Extends
wm.Component.
Defined in: LiveView.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Component that provides information about live service, datatype,
related objects, and field information.
|
Property Attributes | Property Name and Description |
---|---|
Note: to support bindings it is recommend that you use the getValue/setValue API to access or modify properties.
|
|
Fully qualified data type we operate on.
|
|
Fields to fetch
|
|
Name of the service on which this view operates.
|
|
Fields to display
|
- Fields borrowed from class wm.Component:
- name, owner
- 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
Class Detail
wm.LiveView()
Component that provides information about live service, datatype,
related objects, and field information.
Report errata or suggestions for
LiveView.
Property Detail
Note: to support bindings it is recommend that you use the getValue/setValue API to access or modify properties.
dataType
Fully qualified data type we operate on.
Report errata or suggestions for
dataType.
related
Fields to fetch
Report errata or suggestions for
related.
service
Name of the service on which this view operates.
Report errata or suggestions for
service.
view
Fields to display
Report errata or suggestions for
view.