Package | Description |
---|---|
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 JTGO Table component. |
ilog.cpl.table.renderer |
Provides the interfaces and classes related to customization of the JTGO Table component using cascading style sheets.
|
ilog.cpl.table.selection |
Contains all the selection model used to maintain the selection in the JTGO Table component.
|
Modifier and Type | Method and Description |
---|---|
IlpTableSelectionMode |
IlpTable.getSelectionMode()
Returns the selection mode of the table view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode of the table view.
|
Modifier and Type | Method and Description |
---|---|
IlpTableSelectionMode |
IlpTableView.getSelectionMode()
Returns the selection mode.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode.
|
Modifier and Type | Method and Description |
---|---|
IlpTableSelectionMode |
IlpViewRenderer.getSelectionMode()
Returns the selection mode.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpViewRenderer.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpTableSelectionMode |
IlpDefaultTableSelectionModel.getSelectionMode()
Returns the selection mode.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultTableSelectionModel.setSelectionMode(IlpTableSelectionMode selectionMode)
Sets the selection mode.
|
Constructor and Description |
---|
IlpDefaultTableSelectionModel(IlpTableSelectionMode selectionMode)
Constructor
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.