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

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlButtonRendererBase
              extended by org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlButtonRenderer
                  extended by org.apache.myfaces.renderkit.html.ext.HtmlButtonRenderer

public class HtmlButtonRenderer
extends ExtendedHtmlButtonRenderer

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

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.renderkit.html.jsf.ExtendedHtmlButtonRenderer
isDisabled
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlButtonRendererBase
buildOnClick, decode, encodeEnd, isReadonly
 
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 © 2011 The Apache Software Foundation. All Rights Reserved.