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 |
encodeBeginMessageField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeBeginSurroundingLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected abstract void |
encodeEndMessageField(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeEndSurroundingLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeLabel(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
TobagoResponseWriter writer,
LabelLayout labelLayout) |
protected abstract String |
getFieldId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
decode, setSubmittedValue
encodeReload, getConvertedValue, getCurrentValue, getResponseWriter, onComponentCreated
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
protected abstract void encodeBeginMessageField(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
protected abstract void encodeEndMessageField(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
protected void encodeBeginSurroundingLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
protected void encodeEndSurroundingLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
protected void encodeLabel(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, TobagoResponseWriter writer, LabelLayout labelLayout) throws IOException
IOException
protected abstract String getFieldId(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.