public class HtmlCheckboxRendererBase extends HtmlRenderer
| Constructor and Description |
|---|
HtmlCheckboxRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object submittedValue) |
protected String |
getLayout(javax.faces.component.UISelectMany selectMany) |
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
renderCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId) |
void |
renderCheckboxList(javax.faces.context.FacesContext facesContext,
javax.faces.component.UISelectMany selectMany) |
protected void |
renderGroupOrItemCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.model.SelectItem selectItem,
boolean useSubmittedValues,
Set lookupSet,
javax.faces.convert.Converter converter,
boolean pageDirectionLayout) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUripublic void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionpublic void renderCheckboxList(javax.faces.context.FacesContext facesContext,
javax.faces.component.UISelectMany selectMany)
throws IOException
IOExceptionprotected String getLayout(javax.faces.component.UISelectMany selectMany)
protected void renderGroupOrItemCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.model.SelectItem selectItem,
boolean useSubmittedValues,
Set lookupSet,
javax.faces.convert.Converter converter,
boolean pageDirectionLayout)
throws IOException
IOExceptionprotected void renderCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId)
throws IOException
IOExceptionprotected boolean isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.Rendererpublic Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue in class javax.faces.render.Rendererjavax.faces.convert.ConverterExceptionCopyright © 2013 Apache Software Foundation. All Rights Reserved.