Class HtmlGridRenderer
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.base.HtmlGridRendererBase
org.apache.myfaces.renderkit.html.HtmlGridRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
family="jakarta.faces.Panel",
type="jakarta.faces.Grid")
public class HtmlGridRenderer
extends HtmlGridRendererBase
X-CHECKED: tlddoc h:panelGrid 1.0 final
- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$), Thomas Spiegl
-
Field Summary
Fields inherited from class jakarta.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isCommonEventsOptimizationEnabled
(FacesContext facesContext) protected boolean
isCommonPropertiesOptimizationEnabled
(FacesContext facesContext) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlGridRendererBase
childAttributes, decode, encodeBegin, encodeChildren, encodeEnd, getRendersChildren, renderChildren, renderHeaderOrFooter
Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId
Methods inherited from class jakarta.faces.render.Renderer
convertClientId, getConvertedValue
-
Constructor Details
-
HtmlGridRenderer
public HtmlGridRenderer()
-
-
Method Details
-
isCommonPropertiesOptimizationEnabled
- Overrides:
isCommonPropertiesOptimizationEnabled
in classHtmlRenderer
-
isCommonEventsOptimizationEnabled
- Overrides:
isCommonEventsOptimizationEnabled
in classHtmlRenderer
-