atg.svc.ui.treetable
Interface Expandable

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

public interface Expandable

The Expandable interface allows implementations to support tree table expansion.

Version:
$Id: //application/service/version/2007.3/common-ui/src/classes/atg/svc/ui/treetable/Expandable.java#2 $$Change: 632007 $
Author:
Pete Lorenz

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)