protected static enum UICommandLink.Properties extends Enum<UICommandLink.Properties>
Enum Constant and Description |
---|
accesskey |
bypassUpdates |
charset |
coords |
data |
disabled |
hreflang |
limitRender |
onbeforedomupdate |
onbegin |
onclick |
oncomplete |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
rel |
resetValues |
rev |
shape |
status |
style |
styleClass |
tabindex |
target |
title |
type |
Modifier and Type | Method and Description |
---|---|
static UICommandLink.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UICommandLink.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UICommandLink.Properties accesskey
public static final UICommandLink.Properties bypassUpdates
public static final UICommandLink.Properties charset
public static final UICommandLink.Properties coords
public static final UICommandLink.Properties data
public static final UICommandLink.Properties disabled
public static final UICommandLink.Properties hreflang
public static final UICommandLink.Properties limitRender
public static final UICommandLink.Properties onbeforedomupdate
public static final UICommandLink.Properties onbegin
public static final UICommandLink.Properties onclick
public static final UICommandLink.Properties oncomplete
public static final UICommandLink.Properties ondblclick
public static final UICommandLink.Properties onkeydown
public static final UICommandLink.Properties onkeypress
public static final UICommandLink.Properties onkeyup
public static final UICommandLink.Properties onmousedown
public static final UICommandLink.Properties onmousemove
public static final UICommandLink.Properties onmouseout
public static final UICommandLink.Properties onmouseover
public static final UICommandLink.Properties onmouseup
public static final UICommandLink.Properties rel
public static final UICommandLink.Properties resetValues
public static final UICommandLink.Properties rev
public static final UICommandLink.Properties shape
public static final UICommandLink.Properties status
public static final UICommandLink.Properties style
public static final UICommandLink.Properties styleClass
public static final UICommandLink.Properties tabindex
public static final UICommandLink.Properties target
public static final UICommandLink.Properties title
public static final UICommandLink.Properties type
public static UICommandLink.Properties[] values()
for (UICommandLink.Properties c : UICommandLink.Properties.values()) System.out.println(c);
public static UICommandLink.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.