public static enum TableViewUtil.TableView_Properties extends java.lang.Enum<TableViewUtil.TableView_Properties>
TableView one can capture in an Memento| Enum Constant and Description |
|---|
COLUMN_ORDER
Column order
|
COLUMN_VISIBLE
Is column visible
|
COLUMN_WIDTH
Width of the column
|
| Modifier and Type | Method and Description |
|---|---|
static TableViewUtil.TableView_Properties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableViewUtil.TableView_Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableViewUtil.TableView_Properties COLUMN_WIDTH
public static final TableViewUtil.TableView_Properties COLUMN_ORDER
public static final TableViewUtil.TableView_Properties COLUMN_VISIBLE
public static TableViewUtil.TableView_Properties[] values()
for (TableViewUtil.TableView_Properties c : TableViewUtil.TableView_Properties.values()) System.out.println(c);
public static TableViewUtil.TableView_Properties valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null