public class SegmentLayoutRenderer<T extends AbstractUISegmentLayout> extends RendererBase<T>
| Constructor and Description |
|---|
SegmentLayoutRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBeginInternal(javax.faces.context.FacesContext facesContext,
T component) |
void |
encodeChildrenInternal(javax.faces.context.FacesContext facesContext,
T component) |
void |
encodeEndInternal(javax.faces.context.FacesContext facesContext,
T component) |
boolean |
getRendersChildren() |
decode, decodeClientBehaviors, decodeInternal, encodeBegin, encodeBehavior, encodeBehavior, encodeChildren, encodeEnd, encodeReload, getBehaviorCommands, getConvertedValue, getConvertedValueInternal, getConverter, getCurrentValue, getFormattedValue, getResponseWriter, insideBegin, insideBegin, insideEnd, insideEnd, isInside, isInside, renderFocus, renderSelectItems, renderSelectItems, renderSelectItemspublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic void encodeBeginInternal(javax.faces.context.FacesContext facesContext,
T component)
throws IOException
encodeBeginInternal in class RendererBase<T extends AbstractUISegmentLayout>IOExceptionpublic void encodeChildrenInternal(javax.faces.context.FacesContext facesContext,
T component)
throws IOException
encodeChildrenInternal in class RendererBase<T extends AbstractUISegmentLayout>IOExceptionpublic void encodeEndInternal(javax.faces.context.FacesContext facesContext,
T component)
throws IOException
encodeEndInternal in class RendererBase<T extends AbstractUISegmentLayout>IOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.