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, toUri
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
public void renderCheckboxList(javax.faces.context.FacesContext facesContext, javax.faces.component.UISelectMany selectMany) throws IOException
IOException
protected 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
IOException
protected String renderCheckbox(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, String value, boolean disabled, boolean checked, boolean renderId, Integer itemNum) throws IOException
IOException
protected 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.Renderer
public 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.Renderer
javax.faces.convert.ConverterException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.