org.apache.myfaces.shared_impl.renderkit.html
Class HtmlButtonRendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlButtonRendererBase
- Direct Known Subclasses:
- HtmlButtonRenderer
public class HtmlButtonRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 955231 $ $Date: 2010-06-16 08:58:03 -0500 (Wed, 16 Jun 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: mconcini $), Thomas Spiegl, Anton Koinov
Method Summary |
protected void |
addHiddenCommandParameter(FacesContext facesContext,
UIComponent nestingForm,
java.lang.String hiddenFieldName)
|
protected java.lang.String |
buildBehaviorizedOnClick(UIComponent uiComponent,
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> behaviors,
FacesContext facesContext,
ResponseWriter writer,
FormInfo nestedFormInfo,
java.util.List<UIParameter> validParams)
|
protected java.lang.StringBuffer |
buildOnClick(UIComponent uiComponent,
FacesContext facesContext,
ResponseWriter writer,
java.util.List<UIParameter> validParams)
|
protected java.lang.String |
buildServerOnclick(FacesContext facesContext,
UIComponent component,
java.lang.String clientId,
FormInfo formInfo,
java.util.List<UIParameter> validParams)
|
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)
|
protected boolean |
isReadonly(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)
- Overrides:
decode
in class Renderer
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent uiComponent)
throws java.io.IOException
- Overrides:
encodeEnd
in class Renderer
- Throws:
java.io.IOException
buildBehaviorizedOnClick
protected java.lang.String buildBehaviorizedOnClick(UIComponent uiComponent,
java.util.Map<java.lang.String,java.util.List<ClientBehavior>> behaviors,
FacesContext facesContext,
ResponseWriter writer,
FormInfo nestedFormInfo,
java.util.List<UIParameter> validParams)
throws java.io.IOException
- Throws:
java.io.IOException
buildServerOnclick
protected java.lang.String buildServerOnclick(FacesContext facesContext,
UIComponent component,
java.lang.String clientId,
FormInfo formInfo,
java.util.List<UIParameter> validParams)
throws java.io.IOException
- Throws:
java.io.IOException
buildOnClick
protected java.lang.StringBuffer buildOnClick(UIComponent uiComponent,
FacesContext facesContext,
ResponseWriter writer,
java.util.List<UIParameter> validParams)
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)
isReadonly
protected boolean isReadonly(FacesContext facesContext,
UIComponent uiComponent)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.