public abstract class LabelLayoutRendererBase extends DecodingInputRendererBase
Attributes.labelLayout| Constructor and Description |
|---|
LabelLayoutRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected abstract void |
encodeBeginField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeBeginSurrounding(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected abstract void |
encodeEndField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeEndSurrounding(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeLabel(javax.faces.component.UIComponent component,
TobagoResponseWriter writer,
LabelLayout labelLayout) |
decodegetConvertedValue, getCurrentValue, getResponseWriter, onComponentCreatedpublic void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionprotected abstract void encodeBeginField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected abstract void encodeEndField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected void encodeBeginSurrounding(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected void encodeEndSurrounding(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws IOException
IOExceptionprotected void encodeLabel(javax.faces.component.UIComponent component,
TobagoResponseWriter writer,
LabelLayout labelLayout)
throws IOException
IOExceptionCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.