ccc.client.gwt.widgets
Class UserTree

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

public class UserTree
extends Tree

Tree for users. Users are organised based on their groups.

Author:
Civic Computing Ltd.

Nested Class Summary
 class UserTree.UserSelectedListener
          Selection listener for UserTree.
 
Field Summary
static java.lang.String USERS
          USERS : 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
 
Method Summary
 void showTable()
          Sets user table to be the content of the right hand pane.
 
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

USERS

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

See Also:
Constant Field Values
Method Detail

showTable

public void showTable()
Sets user table to be the content of the right hand pane.

Specified by:
showTable in class Tree


Copyright © 2010. All Rights Reserved.