protected static enum MasterDetail.PropertyKeys extends java.lang.Enum<MasterDetail.PropertyKeys>
| Enum Constant and Description |
|---|
breadcrumbAboveHeader |
contextValue |
level |
selectLevelListener |
showAllBreadcrumbItems |
showBreadcrumb |
style |
styleClass |
| Modifier and Type | Method and Description |
|---|---|
static MasterDetail.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MasterDetail.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterDetail.PropertyKeys level
public static final MasterDetail.PropertyKeys contextValue
public static final MasterDetail.PropertyKeys selectLevelListener
public static final MasterDetail.PropertyKeys showBreadcrumb
public static final MasterDetail.PropertyKeys showAllBreadcrumbItems
public static final MasterDetail.PropertyKeys breadcrumbAboveHeader
public static final MasterDetail.PropertyKeys style
public static final MasterDetail.PropertyKeys styleClass
public static MasterDetail.PropertyKeys[] values()
for (MasterDetail.PropertyKeys c : MasterDetail.PropertyKeys.values()) System.out.println(c);
public static MasterDetail.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 nullCopyright © 2011–2021. All rights reserved.