org.apache.myfaces.shared_orchestra.renderkit.html
Class HtmlButtonRendererBase
java.lang.Object
Renderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_orchestra.renderkit.html.HtmlButtonRendererBase
public class HtmlButtonRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 513793 $ $Date: 2007-03-02 15:59:27 +0100 (Fr, 02 Mär 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: mmarinschek $), Thomas Spiegl, Anton Koinov
Method Summary |
protected void |
addHiddenCommandParameter(FacesContext facesContext,
UIComponent nestingForm,
java.lang.String hiddenFieldName)
|
protected java.lang.StringBuffer |
buildOnClick(UIComponent uiComponent,
FacesContext facesContext,
ResponseWriter writer)
|
void |
decode(FacesContext facesContext,
UIComponent uiComponent)
|
void |
encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
|
protected FormInfo |
findNestingForm(UIComponent uiComponent,
FacesContext facesContext)
find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk. |
protected boolean |
isDisabled(FacesContext facesContext,
UIComponent uiComponent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_FOR_LIST
public static final java.lang.String ACTION_FOR_LIST
- See Also:
- Constant Field Values
HtmlButtonRendererBase
public HtmlButtonRendererBase()
decode
public void decode(FacesContext facesContext,
UIComponent uiComponent)
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws java.io.IOException
- Throws:
java.io.IOException
buildOnClick
protected java.lang.StringBuffer buildOnClick(UIComponent uiComponent,
FacesContext facesContext,
ResponseWriter writer)
throws java.io.IOException
- Throws:
java.io.IOException
addHiddenCommandParameter
protected void addHiddenCommandParameter(FacesContext facesContext,
UIComponent nestingForm,
java.lang.String hiddenFieldName)
findNestingForm
protected FormInfo findNestingForm(UIComponent uiComponent,
FacesContext facesContext)
- find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk.
isDisabled
protected boolean isDisabled(FacesContext facesContext,
UIComponent uiComponent)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.