public class HtmlButtonRendererBase extends HtmlRenderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
Constructor and Description |
---|
HtmlButtonRendererBase() |
Modifier and Type | Method and Description |
---|---|
protected String |
buildBehaviorizedOnClick(UIComponent uiComponent,
Map<String,List<ClientBehavior>> behaviors,
FacesContext facesContext,
ResponseWriter writer,
UIComponent form,
List<UIParameter> validParams) |
protected StringBuilder |
buildOnClick(UIComponent uiComponent,
FacesContext facesContext,
ResponseWriter writer,
List<UIParameter> validParams) |
void |
decode(FacesContext facesContext,
UIComponent uiComponent) |
void |
encodeBegin(FacesContext facesContext,
UIComponent uiComponent) |
void |
encodeEnd(FacesContext facesContext,
UIComponent uiComponent) |
protected boolean |
isDisabled(FacesContext facesContext,
UIComponent uiComponent) |
protected boolean |
isReadonly(FacesContext facesContext,
UIComponent uiComponent) |
getActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderId
convertClientId, encodeChildren, getConvertedValue, getRendersChildren
public void decode(FacesContext facesContext, UIComponent uiComponent)
public void encodeBegin(FacesContext facesContext, UIComponent uiComponent) throws IOException
encodeBegin
in class Renderer
IOException
public void encodeEnd(FacesContext facesContext, UIComponent uiComponent) throws IOException
encodeEnd
in class Renderer
IOException
protected String buildBehaviorizedOnClick(UIComponent uiComponent, Map<String,List<ClientBehavior>> behaviors, FacesContext facesContext, ResponseWriter writer, UIComponent form, List<UIParameter> validParams) throws IOException
IOException
protected StringBuilder buildOnClick(UIComponent uiComponent, FacesContext facesContext, ResponseWriter writer, List<UIParameter> validParams) throws IOException
IOException
protected boolean isDisabled(FacesContext facesContext, UIComponent uiComponent)
protected boolean isReadonly(FacesContext facesContext, UIComponent uiComponent)
Copyright © 2021 The Apache Software Foundation. All rights reserved.