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 String |
renderCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String value,
boolean disabled,
boolean checked,
boolean renderId,
Integer itemNum)
Renders the input item
|
protected void |
renderCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId)
Deprecated.
|
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,
Integer itemNum) |
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,
Integer itemNum)
throws IOException
IOException@Deprecated protected 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 String renderCheckbox(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, String value, boolean disabled, boolean checked, boolean renderId, Integer itemNum) 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.