<data jsxid="jsxroot"> <record jsxid="id1" jsxtext="label1" .../> ... </data>The required aspects of CDF are:
<items id="jsxroot"> <item id="id1" label="label1" .../> ... </items>This schema is achieved by an instance of this class with the following properties:
children = "item", id = "id" and text = "label".| Method Summary | |
|---|---|
| String | Returns a property of this schema or the default property value. |
| Object<String, String> | getProps() Returns all the set properties of this schema. |
| void | Sets or clears a property of this schema. |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Method Detail |
|---|
name depend on the subclass of
jsx3.xml.CDF that this schema will apply to. The following properties apply in most cases:
children
id
text
tip
style
class
img
imgalt
selected, unselectable, divider, disabled,
keycode and open.