com.ontimize.dms.client.gui.chooser
Interface DocumentSelection
- All Known Implementing Classes:
- IMDocumentSelection
public interface DocumentSelection
Implements this to allow select documents in the internal component.
- Since:
- 31/03/2009, 03/04/2009 Selection type.
- See Also:
RepositoryFileChooser
TYPE_NULL
static final int TYPE_NULL
- See Also:
- Constant Field Values
TYPE_FILE
static final int TYPE_FILE
- See Also:
- Constant Field Values
TYPE_LINK
static final int TYPE_LINK
- See Also:
- Constant Field Values
isSelectionEmpty
boolean isSelectionEmpty()
getSelected
java.lang.Object getSelected()
Returns the selected items in the viewer.
- Returns:
- Selected items.
getType
int getType()
getOption
int getOption()