ccc.client.gwt.widgets
Class ActionTree

java.lang.Object
  extended by ccc.client.gwt.widgets.Tree
      extended by ccc.client.gwt.widgets.ActionTree

public class ActionTree
extends Tree

A tree control for navigating scheduled actions.

Author:
Civic Computing Ltd.

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

ACTIONS

public static final java.lang.String ACTIONS
ACTIONS : String.

See Also:
Constant Field Values

PENDING

public static final java.lang.String PENDING
PENDING : String.

See Also:
Constant Field Values

COMPLETED

public static final java.lang.String COMPLETED
COMPLETED : String.

See Also:
Constant Field Values
Constructor Detail

ActionTree

public ActionTree(LeftRightPane view)
Constructor.

Parameters:
view - The split pane used to render this tree.
Method Detail

showTable

public void showTable()
Notify the split pane that the tree's table should be displayed.

Specified by:
showTable in class Tree


Copyright © 2010. All Rights Reserved.