org.primefaces.component.selectmanybutton
Class SelectManyButtonRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.renderkit.InputRenderer
org.primefaces.renderkit.SelectRenderer
org.primefaces.renderkit.SelectManyRenderer
org.primefaces.component.selectmanybutton.SelectManyButtonRenderer
public class SelectManyButtonRenderer
- extends SelectManyRenderer
Fields inherited from class javax.faces.render.Renderer |
PASSTHROUGH_RENDERER_LOCALNAME_KEY |
Method Summary |
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)
|
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)
|
Methods inherited from class org.primefaces.renderkit.CoreRenderer |
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeJavaScriptForChain, escapeText, getActionURL, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getWidgetBuilder, isAjaxRequest, isPostback, isValueBlank, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId, startScript |
Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeBegin, encodeChildren, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectManyButtonRenderer
public SelectManyButtonRenderer()
getConvertedValue
public Object getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue)
throws javax.faces.convert.ConverterException
- Overrides:
getConvertedValue
in class InputRenderer
- Throws:
javax.faces.convert.ConverterException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
- Overrides:
encodeEnd
in class javax.faces.render.Renderer
- Throws:
IOException
encodeMarkup
protected void encodeMarkup(javax.faces.context.FacesContext context,
SelectManyButton button)
throws IOException
- Throws:
IOException
encodeSelectItems
protected void encodeSelectItems(javax.faces.context.FacesContext context,
SelectManyButton button)
throws IOException
- Throws:
IOException
encodeOption
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
- Throws:
IOException
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context,
SelectManyButton button)
throws IOException
- Throws:
IOException
getSubmitParam
protected String getSubmitParam(javax.faces.context.FacesContext context,
javax.faces.component.UISelectMany selectMany)
- Specified by:
getSubmitParam
in class SelectManyRenderer
Copyright © 2013. All rights reserved.