public class SelectManyButtonRenderer extends SelectManyRenderer
Constructor and Description |
---|
SelectManyButtonRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
SelectManyButton button) |
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,
int size) |
protected void |
encodeScript(javax.faces.context.FacesContext context,
SelectManyButton button) |
protected void |
encodeSelectItems(javax.faces.context.FacesContext context,
SelectManyButton button,
List<javax.faces.model.SelectItem> selectItems) |
Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue) |
protected String |
getSubmitParam(javax.faces.context.FacesContext context,
javax.faces.component.UISelectMany selectMany) |
decode, getSubmittedValues, getValues
countSelectItems, countSelectItems, isSelected
coerceToModelType, createSelectItem, findImplicitConverter, getOptionAsString, getSelectItems, shouldDecode
buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isGrouped, 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, SelectManyButton button) throws IOException
IOException
protected void encodeSelectItems(javax.faces.context.FacesContext context, SelectManyButton button, List<javax.faces.model.SelectItem> selectItems) 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, int size) throws IOException
IOException
protected void encodeScript(javax.faces.context.FacesContext context, SelectManyButton button) throws IOException
IOException
protected String getSubmitParam(javax.faces.context.FacesContext context, javax.faces.component.UISelectMany selectMany)
getSubmitParam
in class SelectManyRenderer
Copyright © 2017. All rights reserved.