|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FacesConfigFacetType
Define the name and other design-time information for a facet that is associated with a renderer or a component.
Java class for faces-config-facetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-facetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="facet-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
<element name="facet-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-facet-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
IconTypeJavaIdentifierType getFacetName()
JavaIdentifierTypevoid setFacetName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypeFacesConfigFacetExtensionType[] getFacetExtension()
FacesConfigFacetExtensionTypeFacesConfigFacetExtensionType getFacetExtension(int idx)
FacesConfigFacetExtensionTypeint getFacetExtensionLength()
void setFacetExtension(FacesConfigFacetExtensionType[] values)
values - allowed objects are
FacesConfigFacetExtensionType
FacesConfigFacetExtensionType setFacetExtension(int idx,
FacesConfigFacetExtensionType value)
value - allowed object is
FacesConfigFacetExtensionTypeString 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 | |||||||||