|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigRendererType
public class FacesConfigRendererType
The "renderer" element represents a concrete Renderer implementation class that should be registered under the specified component family and renderer type identifiers, in the RenderKit associated with the parent "render-kit" element. Combinations of component family and renderer type must be unique within the RenderKit associated with the parent "render-kit" element. Nested "attribute" elements identify generic component attributes that are recognized by this renderer.
Java class for faces-config-rendererType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-rendererType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="component-family" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="renderer-type" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="renderer-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="facet" type="{http://java.sun.com/xml/ns/javaee}faces-config-facetType" maxOccurs="unbounded" minOccurs="0"/>
<element name="attribute" type="{http://java.sun.com/xml/ns/javaee}faces-config-attributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="renderer-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-renderer-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FacesConfigAttributeType[] |
attribute
|
protected String |
componentFamily
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected FacesConfigFacetType[] |
facet
|
protected IconType[] |
icon
|
protected String |
id
|
protected FullyQualifiedClassType |
rendererClass
|
protected FacesConfigRendererExtensionType[] |
rendererExtension
|
protected String |
rendererType
|
| Constructor Summary | |
|---|---|
FacesConfigRendererType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigRendererType instance. |
|
FacesConfigRendererType(FacesConfigRendererType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigRendererType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected String componentFamily
protected String rendererType
protected FullyQualifiedClassType rendererClass
protected FacesConfigFacetType[] facet
protected FacesConfigAttributeType[] attribute
protected FacesConfigRendererExtensionType[] rendererExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigRendererType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigRendererType instance.
public FacesConfigRendererType(FacesConfigRendererType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigRendererType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic IconType[] getIcon()
IconTypepublic IconType getIcon(int idx)
IconTypepublic int getIconLength()
public void setIcon(IconType[] values)
values - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypepublic String getComponentFamily()
Stringpublic void setComponentFamily(String value)
value - allowed object is
Stringpublic String getRendererType()
Stringpublic void setRendererType(String value)
value - allowed object is
Stringpublic FullyQualifiedClassType getRendererClass()
FullyQualifiedClassTypepublic void setRendererClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic FacesConfigFacetType[] getFacet()
FacesConfigFacetTypepublic FacesConfigFacetType getFacet(int idx)
FacesConfigFacetTypepublic int getFacetLength()
public void setFacet(FacesConfigFacetType[] values)
values - allowed objects are
FacesConfigFacetType
public FacesConfigFacetType setFacet(int idx,
FacesConfigFacetType value)
value - allowed object is
FacesConfigFacetTypepublic FacesConfigAttributeType[] getAttribute()
FacesConfigAttributeTypepublic FacesConfigAttributeType getAttribute(int idx)
FacesConfigAttributeTypepublic int getAttributeLength()
public void setAttribute(FacesConfigAttributeType[] values)
values - allowed objects are
FacesConfigAttributeType
public FacesConfigAttributeType setAttribute(int idx,
FacesConfigAttributeType value)
value - allowed object is
FacesConfigAttributeTypepublic FacesConfigRendererExtensionType[] getRendererExtension()
FacesConfigRendererExtensionTypepublic FacesConfigRendererExtensionType getRendererExtension(int idx)
FacesConfigRendererExtensionTypepublic int getRendererExtensionLength()
public void setRendererExtension(FacesConfigRendererExtensionType[] values)
values - allowed objects are
FacesConfigRendererExtensionType
public FacesConfigRendererExtensionType setRendererExtension(int idx,
FacesConfigRendererExtensionType value)
value - allowed object is
FacesConfigRendererExtensionTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic FacesConfigRendererType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||