org.apache.myfaces.shared_orchestra.renderkit.html
Class HtmlMenuRendererBase

java.lang.Object
  extended by Renderer
      extended by org.apache.myfaces.shared_orchestra.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_orchestra.renderkit.html.HtmlMenuRendererBase

public class HtmlMenuRendererBase
extends HtmlRenderer

X-CHECKED: tlddoc of h:selectManyListbox

Version:
$Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $), Thomas Spiegl

Constructor Summary
HtmlMenuRendererBase()
           
 
Method Summary
 void decode(FacesContext facesContext, UIComponent uiComponent)
           
 void encodeEnd(FacesContext facesContext, UIComponent component)
           
 java.lang.Object getConvertedValue(FacesContext facesContext, UIComponent uiComponent, java.lang.Object submittedValue)
           
protected  boolean isDisabled(FacesContext facesContext, UIComponent uiComponent)
           
 
Methods inherited from class org.apache.myfaces.shared_orchestra.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlMenuRendererBase

public HtmlMenuRendererBase()
Method Detail

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent component)
               throws java.io.IOException
Throws:
java.io.IOException

isDisabled

protected boolean isDisabled(FacesContext facesContext,
                             UIComponent uiComponent)

decode

public void decode(FacesContext facesContext,
                   UIComponent uiComponent)

getConvertedValue

public java.lang.Object getConvertedValue(FacesContext facesContext,
                                          UIComponent uiComponent,
                                          java.lang.Object submittedValue)
                                   throws ConverterException
Throws:
ConverterException


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.