protected static enum UIPanel.Properties extends Enum<UIPanel.Properties>
Enum Constant and Description |
---|
bodyClass |
header |
headerClass |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
style |
styleClass |
title |
Modifier and Type | Method and Description |
---|---|
static UIPanel.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIPanel.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIPanel.Properties bodyClass
public static final UIPanel.Properties header
public static final UIPanel.Properties headerClass
public static final UIPanel.Properties onclick
public static final UIPanel.Properties ondblclick
public static final UIPanel.Properties onkeydown
public static final UIPanel.Properties onkeypress
public static final UIPanel.Properties onkeyup
public static final UIPanel.Properties onmousedown
public static final UIPanel.Properties onmousemove
public static final UIPanel.Properties onmouseout
public static final UIPanel.Properties onmouseover
public static final UIPanel.Properties onmouseup
public static final UIPanel.Properties style
public static final UIPanel.Properties styleClass
public static final UIPanel.Properties title
public static UIPanel.Properties[] values()
for (UIPanel.Properties c : UIPanel.Properties.values()) System.out.println(c);
public static UIPanel.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 © 2015 JBoss by Red Hat. All Rights Reserved.