atg.svc.ui.treetable
Interface Expandable

All Known Implementing Classes:
AgentUserChooserFormHandler, OrgChooserFormHandler, OrgChooserNoDeleteFormHandler, UserChooserFormHandler

public interface Expandable

The Expandable interface allows implementations to support tree table expansion.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.util.Collection expand(java.lang.Object pItemKey)
           
 int getItemDepth(java.lang.Object pItem)
           
 boolean getItemHasChildren(java.lang.Object pItem)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

expand

java.util.Collection expand(java.lang.Object pItemKey)

getItemDepth

int getItemDepth(java.lang.Object pItem)

getItemHasChildren

boolean getItemHasChildren(java.lang.Object pItem)