protected static enum TableConfigPanelBase.PropertyKeys extends java.lang.Enum<TableConfigPanelBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
columnNameConfigurable |
columnOrderingConfigurable |
columnSortingConfigurable |
columnVisibilityConfigurable |
dragHandle |
forcedRenderCount |
forTarget |
hideDisabledRows |
inColumnId |
modal |
offsetLeft |
offsetTop |
type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TableConfigPanelBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableConfigPanelBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableConfigPanelBase.PropertyKeys accesskey
public static final TableConfigPanelBase.PropertyKeys columnNameConfigurable
public static final TableConfigPanelBase.PropertyKeys columnOrderingConfigurable
public static final TableConfigPanelBase.PropertyKeys columnSortingConfigurable
public static final TableConfigPanelBase.PropertyKeys columnVisibilityConfigurable
public static final TableConfigPanelBase.PropertyKeys dragHandle
public static final TableConfigPanelBase.PropertyKeys forTarget
public static final TableConfigPanelBase.PropertyKeys hideDisabledRows
public static final TableConfigPanelBase.PropertyKeys inColumnId
public static final TableConfigPanelBase.PropertyKeys modal
public static final TableConfigPanelBase.PropertyKeys offsetLeft
public static final TableConfigPanelBase.PropertyKeys offsetTop
public static final TableConfigPanelBase.PropertyKeys type
public static final TableConfigPanelBase.PropertyKeys forcedRenderCount
public static TableConfigPanelBase.PropertyKeys[] values()
for (TableConfigPanelBase.PropertyKeys c : TableConfigPanelBase.PropertyKeys.values()) System.out.println(c);
public static TableConfigPanelBase.PropertyKeys 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<TableConfigPanelBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.