|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacesConfigAttributeType
The "attribute" element represents a named, typed, value associated with the parent UIComponent via the generic attributes mechanism. Attribute names must be unique within the scope of the parent (or related) component.
Java class for faces-config-attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-attributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="attribute-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="attribute-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="default-value" type="{http://java.sun.com/xml/ns/javaee}faces-config-default-valueType" minOccurs="0"/>
<element name="suggested-value" type="{http://java.sun.com/xml/ns/javaee}faces-config-suggested-valueType" minOccurs="0"/>
<element name="attribute-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-attribute-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Detail |
|---|
DescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypeDisplayNameType[] getDisplayName()
DisplayNameTypeDisplayNameType getDisplayName(int idx)
DisplayNameTypeint getDisplayNameLength()
void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypeIconType[] getIcon()
IconTypeIconType getIcon(int idx)
IconTypeint getIconLength()
void setIcon(IconType[] values)
values - allowed objects are
IconType
IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypeString getAttributeName()
Stringvoid setAttributeName(String value)
value - allowed object is
StringFullyQualifiedClassType getAttributeClass()
FullyQualifiedClassTypevoid setAttributeClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypeFacesConfigDefaultValueType getDefaultValue()
FacesConfigDefaultValueTypevoid setDefaultValue(FacesConfigDefaultValueType value)
value - allowed object is
FacesConfigDefaultValueTypeFacesConfigSuggestedValueType getSuggestedValue()
FacesConfigSuggestedValueTypevoid setSuggestedValue(FacesConfigSuggestedValueType value)
value - allowed object is
FacesConfigSuggestedValueTypeFacesConfigAttributeExtensionType[] getAttributeExtension()
FacesConfigAttributeExtensionTypeFacesConfigAttributeExtensionType getAttributeExtension(int idx)
FacesConfigAttributeExtensionTypeint getAttributeExtensionLength()
void setAttributeExtension(FacesConfigAttributeExtensionType[] values)
values - allowed objects are
FacesConfigAttributeExtensionType
FacesConfigAttributeExtensionType setAttributeExtension(int idx,
FacesConfigAttributeExtensionType value)
value - allowed object is
FacesConfigAttributeExtensionTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||