@Documented @Inherited @Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface EditableTreeProperties
ActionListener that are added to the EditableTree.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Modifier and Type | Required Element and Description |
|---|---|
String |
delete
The fully qualified name of the
ActionListener
to use to delete a specified node. |
String |
propertyBase
The base name of the property key to use to read localised
string values.
|
String |
save
The fully qualified name of the
ActionListener
to use to save a new child being added to a node. |
public abstract String save
ActionListener
to use to save a new child being added to a node.public abstract String delete
ActionListener
to use to delete a specified node.public abstract String propertyBase