AbstractOptionalconfig: ISingleValueAccessorBaseConfigReadonlyAutoHave the widget to set the scale automatically according the incoming values. (Only supported by certain accessors.)
ReadonlyAutoThe type of auto scaling used.
ReadonlyChangedFired when the data of the value accessor has changed.
ReadonlyConnectionThe connection API for the value accessor
ReadonlyContextThe context handling API for the value accessor
ReadonlyConvertConvert time span values to numeric values (as approx. ticks).
ReadonlyCustomThe user-definable description that overrides any defaults.
ReadonlyCustomThe user-definable minimum value that overrides any defaults.
ReadonlyCustomThe user-definable minimum value that overrides any defaults.
ReadonlyCustomThe user-definable name that overrides any defaults.
ReadonlyCustomThe user-definable unit that overrides any defaults.
ReadonlyDefaultDefault property value storage - used by the default property getters and setters.
ReadonlyDescriptionThe description shown to user. (Automatically fetched)
ReadonlyDisplayThe display name shown to user.
ReadonlyDisposeDispose Event signaled when the object is being disposed. NOTE: Inheriting classes should use AddDisposeHandler instead.
ReadonlyEventscClassBase event API
ReadonlyInitializedFired when the value accessor has been initialized.
ReadonlyInitializeFired when the value accessor initialization has failed.
ReadonlyMaximumThe default maximum value. (Automatically fetched)
ReadonlyMinimumThe default minimum value. (Automatically fetched)
ReadonlyOwnerThe owner widget of the single value accessor
ReadonlyPathProcess path that may be shown in the tooltip
ReadonlyTooltipMax. Number of decimals shown in the tooltip
ReadonlyUReadonlyUnitThe default unit. (Automatically fetched)
ReadonlyValueThe latest value received by the accessor.
ReadonlyValueThe value record containing the time stamp, the value and the status information.
The object can be disposed
The component class specific NLS request
The component property API
Protected__Create function that can abort asynchronous code in case the function is called again or the owner instance have been disposed. This is useful with problematic cases where for example server request is sent and the return is handled asynchronously (with a callback). Meanwhile the configuration may have changed making the code in the callback unnecessary or even harmful. *
A function with first parameter as function to check the abort state: Can be used in the function: if(abort()) return; //abort
Check only the dispose state - don't check subsequent calls to the function.
ProtectedAddAdd a dispose handler called when this object is being disposed. The dispose handlers are called in reverse order (the latest first).
The dispose handler - should make any manual clean up necessary when the object is being disposed.
Automatically dispose the given objects when this object is disposed.
The objects to dispose along with this object.
Disposes the class object.
Get the value of a named property.
The name of the property
AbstractGetGet data context item based on the value accessor configuration.
Get tooltip contents based on the current value record.
Gets the dispose state of the current class object.
True, if the component is disposed.
Accessor has benn initialized.
Set a value for the named property.
The name of the property
The new value for the property
String representation of the component instance. Can be overridden by inheriting classes.
StaticEnableEnable events for detecting when an event listener is added or removed
the class object to monitor
Base for Single Value Accessors