org.apache.myfaces.renderkit.html.jsf
Class ExtendedHtmlButtonRenderer

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
Direct Known Subclasses:
HtmlButtonRenderer

public class ExtendedHtmlButtonRenderer
extends HtmlButtonRendererBase

Add dummyForm functionality

Version:
$Revision: 472792 $ $Date: 2006-11-09 07:34:47 +0100 (Do, 09 Nov 2006) $
Author:
Mario Ivankovits (latest modification by $Author: grantsmith $)

Field Summary
 
Fields inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlButtonRendererBase
ACTION_FOR_LIST
 
Constructor Summary
ExtendedHtmlButtonRenderer()
           
 
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

ExtendedHtmlButtonRenderer

public ExtendedHtmlButtonRenderer()
Method Detail

addHiddenCommandParameter

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

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 HtmlButtonRendererBase


Copyright © 2007 Apache Software Foundation. All Rights Reserved.