atg.svc.ui.treetable
Interface PartialSelectable
- All Superinterfaces:
- Selectable
- All Known Implementing Classes:
- AgentUserChooserFormHandler, UserChooserFormHandler
public interface PartialSelectable
- extends Selectable
The PartialSelectable interface allows implementations to support tree table
selecting. Method provided to make some items not selectable.
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
Method Summary |
boolean |
isSelectable(java.lang.Object pItemKey)
|
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
isSelectable
boolean isSelectable(java.lang.Object pItemKey)
- Parameters:
pItemKey
- item key
- Returns:
- false for items that shouldn't be selected, like organizations in user chooser