protected static enum DrawerPanelBase.PropertyKeys extends java.lang.Enum<DrawerPanelBase.PropertyKeys>
| Enum Constant and Description |
|---|
closeOnEscape |
closeOnOutsideClick |
container |
effect |
header |
height |
modal |
onClose |
onOpen |
position |
setFocus |
showHandleClose |
showHandleOpen |
showHeader |
style |
styleClass |
visible |
width |
zindex |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DrawerPanelBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawerPanelBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrawerPanelBase.PropertyKeys closeOnEscape
public static final DrawerPanelBase.PropertyKeys closeOnOutsideClick
public static final DrawerPanelBase.PropertyKeys container
public static final DrawerPanelBase.PropertyKeys effect
public static final DrawerPanelBase.PropertyKeys header
public static final DrawerPanelBase.PropertyKeys height
public static final DrawerPanelBase.PropertyKeys modal
public static final DrawerPanelBase.PropertyKeys onClose
public static final DrawerPanelBase.PropertyKeys onOpen
public static final DrawerPanelBase.PropertyKeys position
public static final DrawerPanelBase.PropertyKeys setFocus
public static final DrawerPanelBase.PropertyKeys showHandleClose
public static final DrawerPanelBase.PropertyKeys showHandleOpen
public static final DrawerPanelBase.PropertyKeys showHeader
public static final DrawerPanelBase.PropertyKeys style
public static final DrawerPanelBase.PropertyKeys styleClass
public static final DrawerPanelBase.PropertyKeys visible
public static final DrawerPanelBase.PropertyKeys width
public static final DrawerPanelBase.PropertyKeys zindex
public static DrawerPanelBase.PropertyKeys[] values()
for (DrawerPanelBase.PropertyKeys c : DrawerPanelBase.PropertyKeys.values()) System.out.println(c);
public static DrawerPanelBase.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<DrawerPanelBase.PropertyKeys>Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.