public interface LiveData extends DataUnit, TextEncodable, FieldListener, Named
1. Provide a visual means of editing its data. 2. Encode and Decode its internal data as a text String. 3. Provide a Name for itself (for displaying in a list). 4. Provide an icon (IImage object) if one is associated with it.
Modifier and Type | Method and Description |
---|---|
Editor |
getEditor(int options)
Return a ewe.ui.Editor Object which can be used to visually edit
the information in this LiveData object.
|
IImage |
getIcon()
Return an Icon for this object (if one exists) or null if no icon exists.
|
compareTo
textDecode, textEncode
action, fieldChanged, fieldEvent