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