com.centrasite.control
Interface SelectItemDescriptor

All Superinterfaces:
SelectedItemsListener
All Known Implementing Classes:
AbstractSelectItemDescriptor

public interface SelectItemDescriptor
extends SelectedItemsListener


Method Summary
 java.lang.String getItemType()
          Get the type of the Item which is to be selected
 java.lang.String getTitle()
          Get title of selection dialog
 
Methods inherited from interface com.centrasite.control.SelectedItemsListener
allowsMultipleSelect, requiresSelectedItems, setSelectedItem, setSelectedItems
 

Method Detail

getItemType

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


getTitle

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