|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.cpl.table.selection.IlpTableSelectionMode
public class IlpTableSelectionMode
This class enumerates the possible selection mode for a table view.
IlpTableView.setSelectionMode(ilog.cpl.table.selection.IlpTableSelectionMode)| Nested Class Summary | |
|---|---|
static class |
IlpTableSelectionMode.TableSelectionModeArrayEditor
Static property editor for array of IlpTableSelectionMode class. |
static class |
IlpTableSelectionMode.TableSelectionModeEditor
Static property editor for the IlpTableSelectionMode class. |
| Field Summary | |
|---|---|
static IlpTableSelectionMode |
EMPTY_SELECTION
Using this mode, there is no selection in a table view. |
static IlEnumInfo |
metainfo
Metainformation about selection mode enumeration. |
static IlpTableSelectionMode |
MULTIPLE_ATTRIBUTES_SELECTION
Using this mode, multiple columns can be selected in a table view. |
static IlpTableSelectionMode |
MULTIPLE_CELLS_SELECTION
Using this mode, multiple cells can be selected in a table view. |
static IlpTableSelectionMode |
MULTIPLE_OBJECTS_SELECTION
Using this mode, multiple rows can be selected in a table view. |
static IlpTableSelectionMode |
SINGLE_ATTRIBUTE_SELECTION
Using this mode, a single column can be selected in a table view. |
static IlpTableSelectionMode |
SINGLE_CELL_SELECTION
Using this mode, a single cell can be selected in a table view. |
static IlpTableSelectionMode |
SINGLE_OBJECT_SELECTION
Using this mode, a single row can be selected in a table view. |
| Constructor Summary | |
|---|---|
IlpTableSelectionMode()
Default constructor. |
|
IlpTableSelectionMode(String name)
Constructor |
|
| Method Summary | |
|---|---|
void |
setName(String name)
Sets the name of this object. |
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IlEnumInfo metainfo
public static final IlpTableSelectionMode EMPTY_SELECTION
public static final IlpTableSelectionMode SINGLE_OBJECT_SELECTION
public static final IlpTableSelectionMode MULTIPLE_OBJECTS_SELECTION
public static final IlpTableSelectionMode SINGLE_ATTRIBUTE_SELECTION
public static final IlpTableSelectionMode MULTIPLE_ATTRIBUTES_SELECTION
public static final IlpTableSelectionMode SINGLE_CELL_SELECTION
public static final IlpTableSelectionMode MULTIPLE_CELLS_SELECTION
| Constructor Detail |
|---|
public IlpTableSelectionMode(String name)
public IlpTableSelectionMode()
| Method Detail |
|---|
public void setName(String name)
setName in class IlEnum
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||