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.

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

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from interface atg.svc.ui.treetable.Selectable
SELECT_MULTIPLE, SELECT_NONE, SELECT_SINGLE
 
Method Summary
 boolean isSelectable(java.lang.Object pItemKey)
           
 
Methods inherited from interface atg.svc.ui.treetable.Selectable
select
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

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