com.sun.faces.renderkit
public static enum AttributeManager.Key extends java.lang.Enum<AttributeManager.Key>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
value() |
static AttributeManager.Key |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeManager.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeManager.Key COMMANDBUTTON
public static final AttributeManager.Key COMMANDLINK
public static final AttributeManager.Key DATATABLE
public static final AttributeManager.Key FORMFORM
public static final AttributeManager.Key GRAPHICIMAGE
public static final AttributeManager.Key INPUTSECRET
public static final AttributeManager.Key INPUTTEXT
public static final AttributeManager.Key INPUTTEXTAREA
public static final AttributeManager.Key MESSAGEMESSAGE
public static final AttributeManager.Key MESSAGESMESSAGES
public static final AttributeManager.Key OUTCOMETARGETBUTTON
public static final AttributeManager.Key OUTCOMETARGETLINK
public static final AttributeManager.Key OUTPUTFORMAT
public static final AttributeManager.Key OUTPUTLABEL
public static final AttributeManager.Key OUTPUTLINK
public static final AttributeManager.Key OUTPUTTEXT
public static final AttributeManager.Key PANELGRID
public static final AttributeManager.Key PANELGROUP
public static final AttributeManager.Key SELECTBOOLEANCHECKBOX
public static final AttributeManager.Key SELECTMANYCHECKBOX
public static final AttributeManager.Key SELECTMANYLISTBOX
public static final AttributeManager.Key SELECTMANYMENU
public static final AttributeManager.Key SELECTONELISTBOX
public static final AttributeManager.Key SELECTONEMENU
public static final AttributeManager.Key SELECTONERADIO
public static final AttributeManager.Key OUTPUTBODY
public static final AttributeManager.Key OUTPUTDOCTYPE
public static final AttributeManager.Key OUTPUTHEAD
public static AttributeManager.Key[] values()
for (AttributeManager.Key c : AttributeManager.Key.values()) System.out.println(c);
public static AttributeManager.Key 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 value()
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.