public class SelectManyCheckboxRenderer extends SelectManyRenderer
Constructor and Description |
---|
SelectManyCheckboxRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeCustomLayout(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeGridLayout(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox) |
protected void |
encodeLineLayout(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox) |
protected void |
encodeOption(javax.faces.context.FacesContext context,
javax.faces.component.UIInput component,
Object values,
Object submittedValues,
javax.faces.convert.Converter converter,
javax.faces.model.SelectItem option,
int idx) |
protected void |
encodeOptionInput(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox,
String id,
String name,
boolean checked,
boolean disabled,
String value) |
protected void |
encodeOptionLabel(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox,
String containerClientId,
javax.faces.model.SelectItem option,
boolean disabled) |
protected void |
encodeOptionOutput(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox,
boolean checked,
boolean disabled) |
protected void |
encodePageLayout(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox) |
protected void |
encodeResponsiveLayout(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox) |
protected void |
encodeSelectItems(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox,
String layout) |
protected void |
encodeTabularLayout(javax.faces.context.FacesContext context,
SelectManyCheckbox checkbox,
String layout) |
Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue) |
String |
getHighlighter() |
protected String |
getSubmitParam(javax.faces.context.FacesContext context,
javax.faces.component.UISelectMany selectMany) |
protected boolean |
isGrouped() |
decode, getSubmittedValues, getValues
isSelected
coerceToModelType, createSelectItem, findImplicitConverter, getOptionAsString, getSelectItems, shouldDecode
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getResourceRequestPath, getResourceURL, getWidgetBuilder, isValueBlank, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript
public Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue
in class InputRenderer
javax.faces.convert.ConverterException
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void encodeMarkup(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox) throws IOException
IOException
protected void encodeScript(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox) throws IOException
IOException
protected void encodeResponsiveLayout(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox) throws IOException
IOException
protected void encodeTabularLayout(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox, String layout) throws IOException
IOException
protected void encodeOptionInput(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox, String id, String name, boolean checked, boolean disabled, String value) throws IOException
IOException
protected void encodeOptionLabel(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox, String containerClientId, javax.faces.model.SelectItem option, boolean disabled) throws IOException
IOException
protected void encodeOptionOutput(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox, boolean checked, boolean disabled) throws IOException
IOException
protected void encodeSelectItems(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox, String layout) throws IOException
IOException
protected void encodeLineLayout(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox) throws IOException
IOException
protected void encodePageLayout(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox) throws IOException
IOException
protected void encodeGridLayout(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox) throws IOException
IOException
protected void encodeCustomLayout(javax.faces.context.FacesContext context, SelectManyCheckbox checkbox) throws IOException
IOException
protected void encodeOption(javax.faces.context.FacesContext context, javax.faces.component.UIInput component, Object values, Object submittedValues, javax.faces.convert.Converter converter, javax.faces.model.SelectItem option, int idx) throws IOException
IOException
protected String getSubmitParam(javax.faces.context.FacesContext context, javax.faces.component.UISelectMany selectMany)
getSubmitParam
in class SelectManyRenderer
public String getHighlighter()
getHighlighter
in class CoreRenderer
protected boolean isGrouped()
isGrouped
in class CoreRenderer
Copyright © 2015. All rights reserved.