org.apache.myfaces.renderkit.html.ext
Class HtmlButtonRenderer

java.lang.Object
  extended byjavax.faces.render.Renderer
      extended byorg.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended byorg.apache.myfaces.shared_tomahawk.renderkit.html.HtmlButtonRendererBase
              extended byorg.apache.myfaces.renderkit.html.jsf.ExtendedHtmlButtonRenderer
                  extended byorg.apache.myfaces.renderkit.html.ext.HtmlButtonRenderer

public class HtmlButtonRenderer
extends ExtendedHtmlButtonRenderer

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

Field Summary
 
Fields inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlButtonRendererBase
ACTION_FOR_LIST
 
Constructor Summary
HtmlButtonRenderer()
           
 
Method Summary
protected  void addHiddenCommandParameter(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent nestingForm, java.lang.String hiddenFieldName)
           
protected  FormInfo findNestingForm(javax.faces.component.UIComponent uiComponent, javax.faces.context.FacesContext facesContext)
          find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk.
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlButtonRendererBase
buildOnClick, decode, encodeEnd, isDisabled
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlButtonRenderer

public HtmlButtonRenderer()
Method Detail

addHiddenCommandParameter

protected void addHiddenCommandParameter(javax.faces.context.FacesContext facesContext,
                                         javax.faces.component.UIComponent nestingForm,
                                         java.lang.String hiddenFieldName)
Overrides:
addHiddenCommandParameter in class ExtendedHtmlButtonRenderer

findNestingForm

protected FormInfo findNestingForm(javax.faces.component.UIComponent uiComponent,
                                   javax.faces.context.FacesContext facesContext)
Description copied from class: HtmlButtonRendererBase
find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk.

Overrides:
findNestingForm in class ExtendedHtmlButtonRenderer


Copyright © 2007 Apache Software Foundation. All Rights Reserved.