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 |
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
getItemByKey
java.lang.Object getItemByKey(java.lang.Object pKey)
getKeyForItem
java.lang.Object getKeyForItem(java.lang.Object pItem)