Class 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
    • Field Summary

      • Fields inherited from class com.extjs.gxt.ui.client.data.BaseTreeModel

        children, parent
      • Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel

        changeEventSupport
      • Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData

        allowNestedValues, map
      • Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource

        Add, Remove, Update
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Integer getId()  
      String getLabel()  
      String getName()  
      String getNode()  
      String getSubType()  
      String toString()  
      • 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 interface com.extjs.gxt.ui.client.data.ChangeEventSource

        addChangeListener, removeChangeListener, removeChangeListeners, setSilent
      • Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData

        get, getProperties, getPropertyNames, remove, set
    • 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 node
        name - if null the node will be used instead
    • Method Detail

      • getId

        public final Integer getId()
      • getName

        public final String getName()
      • getNode

        public final String getNode()
      • getLabel

        public final String getLabel()
      • getSubType

        public final String getSubType()