org.apache.myfaces.tobago.renderkit
Class SelectManyRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.tobago.renderkit.RendererBase
          extended by org.apache.myfaces.tobago.renderkit.SelectManyRendererBase
All Implemented Interfaces:
TobagoRenderer

public class SelectManyRendererBase
extends RendererBase


Field Summary
 
Fields inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
BEGIN_POSTFIX, CHILDREN_POSTFIX, END_POSTFIX
 
Constructor Summary
SelectManyRendererBase()
           
 
Method Summary
 void decode(FacesContext facesContext, UIComponent component)
           
 Object getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue)
           
 
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
encodeBegin, encodeBeginTobago, encodeChildren, encodeChildrenTobago, encodeEnd, encodeEndTobago, getComponentExtraHeight, getComponentExtraWidth, getConfiguredValue, getCurrentValue, getFixedHeight, getFixedSpace, getFixedWidth, getFormattedValue, getFormattedValue, getHeaderHeight, getMinimumSize, getPaddingHeight, getPaddingWidth, getRendererName, getValue
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectManyRendererBase

public SelectManyRendererBase()
Method Detail

decode

public void decode(FacesContext facesContext,
                   UIComponent component)
Overrides:
decode in class RendererBase

getConvertedValue

public Object getConvertedValue(FacesContext facesContext,
                                UIComponent component,
                                Object submittedValue)
                         throws ConverterException
Overrides:
getConvertedValue in class RendererBase
Throws:
ConverterException


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.