com.centrasite.control
Class AbstractSelectItemDescriptor

java.lang.Object
  extended by com.centrasite.control.AbstractSingleSelectedItemListener
      extended by com.centrasite.control.AbstractSelectItemDescriptor
All Implemented Interfaces:
SelectedItemsListener, SelectItemDescriptor

public abstract class AbstractSelectItemDescriptor
extends AbstractSingleSelectedItemListener
implements SelectItemDescriptor, SelectedItemsListener


Constructor Summary
AbstractSelectItemDescriptor()
           
 
Method Summary
abstract  java.lang.String getItemType()
          Get the type of the Item which is to be selected
abstract  java.lang.String getTitle()
          Get title of selection dialog
 
Methods inherited from class com.centrasite.control.AbstractSingleSelectedItemListener
allowsMultipleSelect, requiresSelectedItems, setSelectedItem, setSelectedItems
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.centrasite.control.SelectedItemsListener
allowsMultipleSelect, requiresSelectedItems, setSelectedItem, setSelectedItems
 

Constructor Detail

AbstractSelectItemDescriptor

public AbstractSelectItemDescriptor()
Method Detail

getItemType

public abstract java.lang.String getItemType()
Get the type of the Item which is to be selected

Specified by:
getItemType in interface SelectItemDescriptor

getTitle

public abstract java.lang.String getTitle()
Get title of selection dialog

Specified by:
getTitle in interface SelectItemDescriptor