Ontimize Document Management 0.032EN

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

Field Summary
static int TYPE_FILE
           
static int TYPE_LINK
           
static int TYPE_NULL
           
 
Method Summary
 int getOption()
           
 java.lang.Object getSelected()
          Returns the selected items in the viewer.
 int getType()
           
 boolean isSelectionEmpty()
           
 

Field Detail

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
Method Detail

isSelectionEmpty

boolean isSelectionEmpty()

getSelected

java.lang.Object getSelected()

Returns the selected items in the viewer.

Returns:
Selected items.

getType

int getType()

getOption

int getOption()

Ontimize Document Management