public class IlpTableResizeMode extends IlEnum
IlpTableView.setAutoResizeMode(ilog.cpl.table.IlpTableResizeMode)
Modifier and Type | Class and Description |
---|---|
static class |
IlpTableResizeMode.TableResizeModeArrayEditor
Static property editor for the
IlpTableResizeMode class. |
static class |
IlpTableResizeMode.TableResizeModeEditor
Static property editor for the
IlpTableResizeMode class. |
Modifier and Type | Field and Description |
---|---|
static 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 |
AUTO_RESIZE_LAST_COLUMN
Using this mode, the last column is automatically resized
when a column or the table view is resized.
|
static IlpTableResizeMode |
AUTO_RESIZE_OFF
Using this mode, the columns are not automatically resized in a table view.
|
static IlEnumInfo |
metainfo
Metainformation about resize mode enumeration.
|
Constructor and Description |
---|
IlpTableResizeMode()
Default constructor.
|
IlpTableResizeMode(String name)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
setName(String name)
Sets the name of this object.
|
public static final IlEnumInfo metainfo
public static final IlpTableResizeMode AUTO_RESIZE_OFF
public static final IlpTableResizeMode AUTO_RESIZE_ALL_COLUMNS
public static final IlpTableResizeMode AUTO_RESIZE_LAST_COLUMN
public IlpTableResizeMode(String name)
public IlpTableResizeMode()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.