|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.client.gwt.widgets.Tree
public abstract class Tree
Base class for user interface trees.
Field Summary | |
---|---|
protected com.extjs.gxt.ui.client.store.TreeStore<com.extjs.gxt.ui.client.data.ModelData> |
_store
_store : TreeStore |
protected com.extjs.gxt.ui.client.widget.treepanel.TreePanel<com.extjs.gxt.ui.client.data.ModelData> |
_tree
_tree : TreePanel |
protected static boolean |
ADD_ALL_CHILDREN
ADD_ALL_CHILDREN : boolean. |
protected static java.lang.String |
BACKGROUND_ATTRIBUTE
BACKGROUND_ATTRIBUTE : String. |
protected static java.lang.String |
BACKGROUND_COLOUR
BACKGROUND_COLOUR : String. |
protected static boolean |
DONT_ADD_CHILDREN
DONT_ADD_CHILDREN : boolean. |
protected static boolean |
EXPANDED
EXPANDED : boolean. |
protected static boolean |
IS_LEAF
IS_LEAF : boolean. |
protected static boolean |
IS_NOT_LEAF
IS_NOT_LEAF : boolean. |
protected static boolean |
NOT_EXPANDED
NOT_EXPANDED : boolean. |
protected static java.lang.String |
NULL_ICON_PATH
NULL_ICON_PATH : String. |
Constructor Summary | |
---|---|
Tree()
Constructor. |
Method Summary | |
---|---|
protected com.extjs.gxt.ui.client.data.ModelData |
getNewItem(java.lang.String name,
java.lang.String id)
Creates BaseModelData object for a tree with null icon path. |
protected com.extjs.gxt.ui.client.data.ModelData |
getNewItem(java.lang.String name,
java.lang.String id,
java.lang.String iconPath)
Creates BaseModelData object for a tree. |
com.extjs.gxt.ui.client.widget.treepanel.TreePanel<com.extjs.gxt.ui.client.data.ModelData> |
getTree()
Accessor. |
abstract void |
showTable()
Add tree to parent panel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String NULL_ICON_PATH
protected static final java.lang.String BACKGROUND_COLOUR
protected static final java.lang.String BACKGROUND_ATTRIBUTE
protected static final boolean IS_LEAF
protected static final boolean IS_NOT_LEAF
protected static final boolean EXPANDED
protected static final boolean NOT_EXPANDED
protected static final boolean ADD_ALL_CHILDREN
protected static final boolean DONT_ADD_CHILDREN
protected final com.extjs.gxt.ui.client.store.TreeStore<com.extjs.gxt.ui.client.data.ModelData> _store
protected final com.extjs.gxt.ui.client.widget.treepanel.TreePanel<com.extjs.gxt.ui.client.data.ModelData> _tree
Constructor Detail |
---|
public Tree()
Method Detail |
---|
public com.extjs.gxt.ui.client.widget.treepanel.TreePanel<com.extjs.gxt.ui.client.data.ModelData> getTree()
protected com.extjs.gxt.ui.client.data.ModelData getNewItem(java.lang.String name, java.lang.String id)
name
- Name of the model.id
- Id of the model.
protected com.extjs.gxt.ui.client.data.ModelData getNewItem(java.lang.String name, java.lang.String id, java.lang.String iconPath)
name
- Name of the model.id
- Id of the model.iconPath
- Path for the icon.
public abstract void showTable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |