atg.svc.ui.treetable
Interface Keyable

All Known Subinterfaces:
Movable, Navigable

public interface Keyable

The Keyable interface allows implementations to map tree table keys to items and items to provide their keys.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.Object getItemByKey(java.lang.Object pKey)
           
 java.lang.Object getKeyForItem(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

getItemByKey

java.lang.Object getItemByKey(java.lang.Object pKey)

getKeyForItem

java.lang.Object getKeyForItem(java.lang.Object pItem)