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.
|
Modifier and Type | Method and Description |
---|---|
IlpTableResizeMode |
IlpTable.getAutoResizeMode()
Retrieves the autoresize mode of the table view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTable.setAutoResizeMode(IlpTableResizeMode mode)
Sets the autoresize mode of the Table View.
|
Modifier and Type | Field and Description |
---|---|
static IlpTableResizeMode |
IlpTableResizeMode.AUTO_RESIZE_ALL_COLUMNS
Using this mode, the columns are automatically proportionally resized
when a column or the table view is resized.
|
static IlpTableResizeMode |
IlpTableResizeMode.AUTO_RESIZE_LAST_COLUMN
Using this mode, the last column is automatically resized
when a column or the table view is resized.
|
static IlpTableResizeMode |
IlpTableResizeMode.AUTO_RESIZE_OFF
Using this mode, the columns are not automatically resized in a table view.
|
Modifier and Type | Method and Description |
---|---|
IlpTableResizeMode |
IlpTableView.getAutoResizeMode()
Retrieves the auto-resize mode of the table.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpTableView.setAutoResizeMode(IlpTableResizeMode mode)
Sets the auto-resize mode of the table.
|
Modifier and Type | Method and Description |
---|---|
IlpTableResizeMode |
IlpViewRenderer.getAutoResizeMode()
Retrieves the auto-resize mode of the table.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpViewRenderer.setAutoResizeMode(IlpTableResizeMode mode)
Sets the auto-resize mode of the table.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.