public abstract class SelectDelegatingRendererBase
extends com.liferay.faces.util.render.DelegatingRendererBase
TableSuppressingResponseWriter and LabelSurroundingResponseWriter. This class is designed to be extended by
SelectManyCheckboxRenderer and SelectOneRadioRenderer.| Constructor and Description |
|---|
SelectDelegatingRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeAll(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
protected abstract String |
getSelectType() |
public void encodeAll(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeAll in interface com.liferay.faces.util.render.DelegatingRendererencodeAll in class com.liferay.faces.util.render.DelegatingRendererBaseIOExceptionpublic void encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeBegin in class com.liferay.faces.util.render.DelegatingRendererBaseIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeChildren in class com.liferay.faces.util.render.DelegatingRendererBaseIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeEnd in class com.liferay.faces.util.render.DelegatingRendererBaseIOExceptionprotected abstract String getSelectType()
Copyright © 2016 Liferay, Inc.. All rights reserved.