SelectManyButtonRendererpublic class SelectManyButtonRenderer extends SelectManyRenderer
| Constructor | Description |
|---|---|
SelectManyButtonRenderer() |
| Modifier and Type | Method | 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) |
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, startScriptcoerceToModelType, createSelectItem, findImplicitConverter, getOptionAsString, getSelectItems, shouldDecodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertClientId, encodeBegin, encodeChildren, getRendersChildrendecode, getSubmittedValues, getValuescountSelectItems, countSelectItems, isSelectedpublic Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue in class InputRendererjavax.faces.convert.ConverterExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionprotected void encodeMarkup(javax.faces.context.FacesContext context,
SelectManyButton button)
throws IOException
IOExceptionprotected void encodeSelectItems(javax.faces.context.FacesContext context,
SelectManyButton button,
List<javax.faces.model.SelectItem> selectItems)
throws IOException
IOExceptionprotected 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
IOExceptionprotected void encodeScript(javax.faces.context.FacesContext context,
SelectManyButton button)
throws IOException
IOExceptionprotected String getSubmitParam(javax.faces.context.FacesContext context, javax.faces.component.UISelectMany selectMany)
getSubmitParam in class SelectManyRendererCopyright © 2018. All rights reserved.