decode
public void decode(FacesContext facesContext,
UIComponent component)
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws IOException
getConvertedValue
public Object getConvertedValue(FacesContext facesContext,
UIComponent component,
Object submittedValue)
throws ConverterException
getLayout
protected String getLayout(UISelectMany selectMany)
isDisabled
protected boolean isDisabled(FacesContext facesContext,
UIComponent component)
renderCheckbox
protected void renderCheckbox(FacesContext facesContext,
UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId)
throws IOException
renderCheckboxList
public void renderCheckboxList(FacesContext facesContext,
UISelectMany selectMany)
throws IOException
renderGroupOrItemCheckbox
protected void renderGroupOrItemCheckbox(FacesContext facesContext,
UIComponent uiComponent,
SelectItem selectItem,
boolean useSubmittedValues,
Set lookupSet,
Converter converter,
boolean pageDirectionLayout)
throws IOException