|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpTableSelectionMode | |
|---|---|
| ilog.cpl | ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. |
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| ilog.cpl.table.renderer | Provides the interfaces and classes related to customization of the ILOG JTGO Table component using cascading style sheets. |
| ilog.cpl.table.selection | Contains all the selection model used to maintain the selection in the ILOG JTGO Table component. |
| Uses of IlpTableSelectionMode in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpTableSelectionMode | |
|---|---|
IlpTableSelectionMode |
IlpTable.getSelectionMode()
Returns the selection mode of the table view. |
| Methods in ilog.cpl with parameters of type IlpTableSelectionMode | |
|---|---|
void |
IlpTable.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode of the table view. |
| Uses of IlpTableSelectionMode in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table that return IlpTableSelectionMode | |
|---|---|
IlpTableSelectionMode |
IlpTableView.getSelectionMode()
Returns the selection mode. |
| Methods in ilog.cpl.table with parameters of type IlpTableSelectionMode | |
|---|---|
void |
IlpTableView.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode. |
| Uses of IlpTableSelectionMode in ilog.cpl.table.renderer |
|---|
| Methods in ilog.cpl.table.renderer that return IlpTableSelectionMode | |
|---|---|
IlpTableSelectionMode |
IlpViewRenderer.getSelectionMode()
Returns the selection mode. |
| Methods in ilog.cpl.table.renderer with parameters of type IlpTableSelectionMode | |
|---|---|
void |
IlpViewRenderer.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode. |
| Uses of IlpTableSelectionMode in ilog.cpl.table.selection |
|---|
| Fields in ilog.cpl.table.selection declared as IlpTableSelectionMode | |
|---|---|
static IlpTableSelectionMode |
IlpTableSelectionMode.EMPTY_SELECTION
Using this mode, there is no selection in a table view. |
static IlpTableSelectionMode |
IlpTableSelectionMode.MULTIPLE_ATTRIBUTES_SELECTION
Using this mode, multiple columns can be selected in a table view. |
static IlpTableSelectionMode |
IlpTableSelectionMode.MULTIPLE_CELLS_SELECTION
Using this mode, multiple cells can be selected in a table view. |
static IlpTableSelectionMode |
IlpTableSelectionMode.MULTIPLE_OBJECTS_SELECTION
Using this mode, multiple rows can be selected in a table view. |
static IlpTableSelectionMode |
IlpTableSelectionMode.SINGLE_ATTRIBUTE_SELECTION
Using this mode, a single column can be selected in a table view. |
static IlpTableSelectionMode |
IlpTableSelectionMode.SINGLE_CELL_SELECTION
Using this mode, a single cell can be selected in a table view. |
static IlpTableSelectionMode |
IlpTableSelectionMode.SINGLE_OBJECT_SELECTION
Using this mode, a single row can be selected in a table view. |
| Methods in ilog.cpl.table.selection that return IlpTableSelectionMode | |
|---|---|
IlpTableSelectionMode |
IlpDefaultTableSelectionModel.getSelectionMode()
Returns the selection mode. |
| Methods in ilog.cpl.table.selection with parameters of type IlpTableSelectionMode | |
|---|---|
void |
IlpDefaultTableSelectionModel.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode. |
| Constructors in ilog.cpl.table.selection with parameters of type IlpTableSelectionMode | |
|---|---|
IlpDefaultTableSelectionModel(IlpTableSelectionMode selectionMode)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||