|
||||||||||
| 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.IlpTableResizeMode
public class IlpTableResizeMode
This class enumerates the possible resize mode for a table view.
IlpTableView.setAutoResizeMode(ilog.cpl.table.IlpTableResizeMode)| Nested Class Summary | |
|---|---|
static class |
IlpTableResizeMode.TableResizeModeArrayEditor
Static property editor for the IlpTableResizeMode class. |
static class |
IlpTableResizeMode.TableResizeModeEditor
Static property editor for the IlpTableResizeMode class. |
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
IlpTableResizeMode()
Default constructor. |
|
IlpTableResizeMode(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 IlpTableResizeMode AUTO_RESIZE_OFF
public static final IlpTableResizeMode AUTO_RESIZE_ALL_COLUMNS
public static final IlpTableResizeMode AUTO_RESIZE_LAST_COLUMN
| Constructor Detail |
|---|
public IlpTableResizeMode(String name)
public IlpTableResizeMode()
| 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 | |||||||||