org.apache.myfaces.shared_orchestra.renderkit.html
Class HtmlCheckboxRendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlCheckboxRendererBase
public class HtmlCheckboxRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 673826 $ $Date: 2008-07-03 16:43:52 -0500 (Thu, 03 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $), Anton Koinov
Method Summary |
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object submittedValue)
|
protected String |
getLayout(javax.faces.component.UISelectMany selectMany)
|
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
protected void |
renderCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId)
|
void |
renderCheckboxList(javax.faces.context.FacesContext facesContext,
javax.faces.component.UISelectMany selectMany)
|
protected void |
renderGroupOrItemCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.model.SelectItem selectItem,
boolean useSubmittedValues,
Set lookupSet,
javax.faces.convert.Converter converter,
boolean pageDirectionLayout)
|
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 |
HtmlCheckboxRendererBase
public HtmlCheckboxRendererBase()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
throws IOException
- Overrides:
encodeEnd
in class javax.faces.render.Renderer
- Throws:
IOException
renderCheckboxList
public void renderCheckboxList(javax.faces.context.FacesContext facesContext,
javax.faces.component.UISelectMany selectMany)
throws IOException
- Throws:
IOException
getLayout
protected String getLayout(javax.faces.component.UISelectMany selectMany)
renderGroupOrItemCheckbox
protected void renderGroupOrItemCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.model.SelectItem selectItem,
boolean useSubmittedValues,
Set lookupSet,
javax.faces.convert.Converter converter,
boolean pageDirectionLayout)
throws IOException
- Throws:
IOException
renderCheckbox
protected void renderCheckbox(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
String value,
String label,
boolean disabled,
boolean checked,
boolean renderId)
throws IOException
- Throws:
IOException
isDisabled
protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
decode
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
- Overrides:
decode
in class javax.faces.render.Renderer
getConvertedValue
public Object getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object submittedValue)
throws javax.faces.convert.ConverterException
- Overrides:
getConvertedValue
in class javax.faces.render.Renderer
- Throws:
javax.faces.convert.ConverterException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.