org.primefaces.component.selectmanymenu
Class SelectManyMenuRenderer
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.selectmanymenu.SelectManyMenuRenderer
public class SelectManyMenuRenderer
- extends SelectManyRenderer
Method Summary |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
protected void |
encodeInput(javax.faces.context.FacesContext context,
SelectManyMenu menu,
String clientId)
|
protected void |
encodeList(javax.faces.context.FacesContext context,
SelectManyMenu menu)
|
protected void |
encodeMarkup(javax.faces.context.FacesContext context,
SelectManyMenu menu)
|
protected void |
encodeOption(javax.faces.context.FacesContext context,
SelectManyMenu menu,
Object values,
Object submittedValues,
javax.faces.convert.Converter converter,
javax.faces.model.SelectItem option)
|
protected void |
encodeScript(javax.faces.context.FacesContext context,
SelectManyMenu menu)
|
protected void |
encodeSelectItems(javax.faces.context.FacesContext context,
SelectManyMenu menu)
|
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, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, 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 |
SelectManyMenuRenderer
public SelectManyMenuRenderer()
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,
SelectManyMenu menu)
throws IOException
- Throws:
IOException
encodeScript
protected void encodeScript(javax.faces.context.FacesContext context,
SelectManyMenu menu)
throws IOException
- Throws:
IOException
encodeInput
protected void encodeInput(javax.faces.context.FacesContext context,
SelectManyMenu menu,
String clientId)
throws IOException
- Throws:
IOException
encodeList
protected void encodeList(javax.faces.context.FacesContext context,
SelectManyMenu menu)
throws IOException
- Throws:
IOException
encodeSelectItems
protected void encodeSelectItems(javax.faces.context.FacesContext context,
SelectManyMenu menu)
throws IOException
- Throws:
IOException
encodeOption
protected void encodeOption(javax.faces.context.FacesContext context,
SelectManyMenu menu,
Object values,
Object submittedValues,
javax.faces.convert.Converter converter,
javax.faces.model.SelectItem option)
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 © 2012. All Rights Reserved.