protected static enum UIPopupPanel.Properties extends Enum<UIPopupPanel.Properties>
Modifier and Type | Method and Description |
---|---|
static UIPopupPanel.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIPopupPanel.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIPopupPanel.Properties autosized
public static final UIPopupPanel.Properties controlsClass
public static final UIPopupPanel.Properties domElementAttachment
public static final UIPopupPanel.Properties followByScroll
public static final UIPopupPanel.Properties header
public static final UIPopupPanel.Properties headerClass
public static final UIPopupPanel.Properties height
public static final UIPopupPanel.Properties keepVisualState
public static final UIPopupPanel.Properties left
public static final UIPopupPanel.Properties maxHeight
public static final UIPopupPanel.Properties maxWidth
public static final UIPopupPanel.Properties minHeight
public static final UIPopupPanel.Properties minWidth
public static final UIPopupPanel.Properties modal
public static final UIPopupPanel.Properties moveable
public static final UIPopupPanel.Properties onbeforehide
public static final UIPopupPanel.Properties onbeforeshow
public static final UIPopupPanel.Properties onhide
public static final UIPopupPanel.Properties onmaskclick
public static final UIPopupPanel.Properties onmaskcontextmenu
public static final UIPopupPanel.Properties onmaskdblclick
public static final UIPopupPanel.Properties onmaskmousedown
public static final UIPopupPanel.Properties onmaskmousemove
public static final UIPopupPanel.Properties onmaskmouseout
public static final UIPopupPanel.Properties onmaskmouseover
public static final UIPopupPanel.Properties onmaskmouseup
public static final UIPopupPanel.Properties onmove
public static final UIPopupPanel.Properties onresize
public static final UIPopupPanel.Properties onshow
public static final UIPopupPanel.Properties overlapEmbedObjects
public static final UIPopupPanel.Properties resizeable
public static final UIPopupPanel.Properties shadowDepth
public static final UIPopupPanel.Properties shadowOpacity
public static final UIPopupPanel.Properties show
public static final UIPopupPanel.Properties style
public static final UIPopupPanel.Properties styleClass
public static final UIPopupPanel.Properties top
public static final UIPopupPanel.Properties trimOverlayedElements
public static final UIPopupPanel.Properties visualOptions
public static final UIPopupPanel.Properties width
public static final UIPopupPanel.Properties zindex
public static UIPopupPanel.Properties[] values()
for (UIPopupPanel.Properties c : UIPopupPanel.Properties.values()) System.out.println(c);
public static UIPopupPanel.Properties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 JBoss by Red Hat. All Rights Reserved.