Class AtomicTreeNode
- java.lang.Object
-
- com.extjs.gxt.ui.client.data.BaseModelData
-
- com.extjs.gxt.ui.client.data.BaseModel
-
- com.extjs.gxt.ui.client.data.BaseTreeModel
-
- org.gcube.resourcemanagement.support.shared.types.datamodel.AtomicTreeNode
-
- All Implemented Interfaces:
com.extjs.gxt.ui.client.data.ChangeEventSource,com.extjs.gxt.ui.client.data.Model,com.extjs.gxt.ui.client.data.ModelData,com.extjs.gxt.ui.client.data.TreeModel,Serializable
public class AtomicTreeNode extends com.extjs.gxt.ui.client.data.BaseTreeModel- Author:
- Daniele Strollo (ISTI-CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtomicTreeNode()Deprecated.fr serialization onlyAtomicTreeNode(String node)AtomicTreeNode(String node, String name)The node is used as original node of the element useful to retrieve it from the IS.AtomicTreeNode(String node, String name, String icon)AtomicTreeNode(String node, String name, String icon, AtomicTreeNode[] children)AtomicTreeNode(String node, String name, AtomicTreeNode[] children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()StringgetLabel()StringgetName()StringgetNode()StringgetSubType()StringtoString()-
Methods inherited from class com.extjs.gxt.ui.client.data.BaseTreeModel
add, getChild, getChildCount, getChildren, getParent, indexOf, insert, isLeaf, notify, remove, remove, removeAll, setChildren, setParent
-
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent
-
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
AtomicTreeNode
public AtomicTreeNode()
Deprecated.fr serialization only
-
AtomicTreeNode
public AtomicTreeNode(String node)
-
AtomicTreeNode
public AtomicTreeNode(String node, String name)
The node is used as original node of the element useful to retrieve it from the IS. The name is instead used for pretty printing (aliasing).- Parameters:
node- the corresponding IS nodename- if null the node will be used instead
-
AtomicTreeNode
public AtomicTreeNode(String node, String name, AtomicTreeNode[] children)
-
AtomicTreeNode
public AtomicTreeNode(String node, String name, String icon, AtomicTreeNode[] children)
-
-