protected static enum DashboardPaneBase.PropertyKeys extends java.lang.Enum<DashboardPaneBase.PropertyKeys>
| Enum Constant and Description |
|---|
closable |
closed |
column |
footerText |
headerText |
oldColumn |
oldRow |
oldSizeX |
oldSizeY |
row |
sizeX |
sizeY |
style |
styleClass |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DashboardPaneBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DashboardPaneBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardPaneBase.PropertyKeys closable
public static final DashboardPaneBase.PropertyKeys closed
public static final DashboardPaneBase.PropertyKeys column
public static final DashboardPaneBase.PropertyKeys footerText
public static final DashboardPaneBase.PropertyKeys headerText
public static final DashboardPaneBase.PropertyKeys row
public static final DashboardPaneBase.PropertyKeys sizeX
public static final DashboardPaneBase.PropertyKeys sizeY
public static final DashboardPaneBase.PropertyKeys style
public static final DashboardPaneBase.PropertyKeys styleClass
public static final DashboardPaneBase.PropertyKeys oldColumn
public static final DashboardPaneBase.PropertyKeys oldRow
public static final DashboardPaneBase.PropertyKeys oldSizeX
public static final DashboardPaneBase.PropertyKeys oldSizeY
public static DashboardPaneBase.PropertyKeys[] values()
for (DashboardPaneBase.PropertyKeys c : DashboardPaneBase.PropertyKeys.values()) System.out.println(c);
public static DashboardPaneBase.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<DashboardPaneBase.PropertyKeys>Copyright 2025 ICEsoft Technologies Canada Corp., All Rights Reserved.