atg.svc.ui.treetable
Interface Selectable
- All Known Subinterfaces:
- PartialSelectable
- All Known Implementing Classes:
- AgentUserChooserFormHandler, GroupUserChooserListFormHandler, ListChooserFormHandler, OrgChooserFormHandler, OrgChooserNoDeleteFormHandler, UserChooserFormHandler, UserChooserListFormHandler
public interface Selectable
The Selectable interface allows implementations to support tree table selecting.
Method Summary |
void |
select(java.lang.Object pItemKey,
java.lang.String pMode)
|
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
SELECT_MULTIPLE
static final java.lang.String SELECT_MULTIPLE
- See Also:
- Constant Field Values
SELECT_NONE
static final java.lang.String SELECT_NONE
- See Also:
- Constant Field Values
SELECT_SINGLE
static final java.lang.String SELECT_SINGLE
- See Also:
- Constant Field Values
select
void select(java.lang.Object pItemKey,
java.lang.String pMode)