| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Rendererorg.apache.myfaces.renderkit.html.HtmlRendererorg.apache.myfaces.renderkit.html.HtmlCheckboxRendererBasepublic class HtmlCheckboxRendererBaseextends HtmlRendererMethod Summary | |
void |
|
void |
|
Object |
|
protected String |
|
protected boolean |
|
protected void |
|
void |
|
protected void |
|
Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer | |
encodeChildren | |
public void decode(FacesContext facesContext,
UIComponent component)public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws IOExceptionpublic Object getConvertedValue(FacesContext facesContext,
UIComponent component,
Object submittedValue)
throws ConverterExceptionprotected String getLayout(UISelectMany selectMany)
protected boolean isDisabled(FacesContext facesContext,
UIComponent component)protected void renderCheckbox(FacesContext facesContext,
UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId)
throws IOExceptionpublic void renderCheckboxList(FacesContext facesContext,
UISelectMany selectMany)
throws IOExceptionprotected void renderGroupOrItemCheckbox(FacesContext facesContext,
UIComponent uiComponent,
SelectItem selectItem,
boolean useSubmittedValues,
Set lookupSet,
Converter converter,
boolean pageDirectionLayout)
throws IOException