public class HtmlButtonRendererBase extends HtmlRenderer
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_FOR_LIST |
Constructor and Description |
---|
HtmlButtonRendererBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addHiddenCommandParameter(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent nestingForm,
String hiddenFieldName) |
protected StringBuffer |
buildOnClick(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer) |
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
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. |
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
public static final String ACTION_FOR_LIST
public void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
decode
in class javax.faces.render.Renderer
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected StringBuffer buildOnClick(javax.faces.component.UIComponent uiComponent, javax.faces.context.FacesContext facesContext, javax.faces.context.ResponseWriter writer) throws IOException
IOException
protected void addHiddenCommandParameter(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent nestingForm, String hiddenFieldName)
protected FormInfo findNestingForm(javax.faces.component.UIComponent uiComponent, javax.faces.context.FacesContext facesContext)
protected boolean isDisabled(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.