|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.render.Renderer
com.esri.adf.web.faces.renderkit.xml.ToolbarRenderer
public class ToolbarRenderer
A renderer for the ToolbarControl. Generates an XML representation of the control and then uses XSLT to
transform it to the required markup.
| Constructor Summary | |
|---|---|
ToolbarRenderer()
|
|
| Method Summary | |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Determines if the associated toolbar control has to handle this event. |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Begin the encoding of a given context. |
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Encodes the children of a given context. |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Generates an XML representation of the ToolbarControl and then encodes using XSLT to transform to the
required markup. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolbarRenderer()
| Method Detail |
|---|
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
public void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
encodeBegin in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
public void encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
encodeChildren in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
ToolbarControl and then encodes using XSLT to transform to the
required markup.
encodeEnd in class javax.faces.render.RendererfacesContext - the FacesContextcomponent - the JSF component
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||