atg.svc.ui.treetable
Interface Navigable

All Superinterfaces:
Keyable

public interface Navigable
extends Keyable

The Navigable interface allows implementations to support hierarchical tree table navigation to any node.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static int DEFAULT_VISIBLE_LEVELS
           
 
Method Summary
 int getItemDepth(java.lang.Object pItem)
           
 java.lang.String getItemName(java.lang.Object pItem)
           
 java.util.List getItemPath(java.lang.Object pItem)
           
 void navigate(java.lang.Object pItemKey, int pLevels)
           
 
Methods inherited from interface atg.svc.ui.treetable.Keyable
getItemByKey, getKeyForItem
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

DEFAULT_VISIBLE_LEVELS

static final int DEFAULT_VISIBLE_LEVELS
See Also:
Constant Field Values
Method Detail

getItemDepth

int getItemDepth(java.lang.Object pItem)

getItemName

java.lang.String getItemName(java.lang.Object pItem)

getItemPath

java.util.List getItemPath(java.lang.Object pItem)

navigate

void navigate(java.lang.Object pItemKey,
              int pLevels)