|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.client.gwt.widgets.Tree
ccc.client.gwt.widgets.ActionTree
public class ActionTree
A tree control for navigating scheduled actions.
Nested Class Summary | |
---|---|
class |
ActionTree.ActionSelectedListener
Selection listener for ActionTree . |
Field Summary | |
---|---|
static java.lang.String |
ACTIONS
ACTIONS : String. |
static java.lang.String |
COMPLETED
COMPLETED : String. |
static java.lang.String |
PENDING
PENDING : String. |
Fields inherited from class ccc.client.gwt.widgets.Tree |
---|
_store, _tree, ADD_ALL_CHILDREN, BACKGROUND_ATTRIBUTE, BACKGROUND_COLOUR, DONT_ADD_CHILDREN, EXPANDED, IS_LEAF, IS_NOT_LEAF, NOT_EXPANDED, NULL_ICON_PATH |
Constructor Summary | |
---|---|
ActionTree(LeftRightPane view)
Constructor. |
Method Summary | |
---|---|
void |
showTable()
Notify the split pane that the tree's table should be displayed. |
Methods inherited from class ccc.client.gwt.widgets.Tree |
---|
getNewItem, getNewItem, getTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ACTIONS
public static final java.lang.String PENDING
public static final java.lang.String COMPLETED
Constructor Detail |
---|
public ActionTree(LeftRightPane view)
view
- The split pane used to render this tree.Method Detail |
---|
public void showTable()
showTable
in class Tree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |