Class PanelGridRenderer
java.lang.Object
javax.faces.render.Renderer
org.primefaces.renderkit.CoreRenderer
org.primefaces.component.panelgrid.PanelGridRenderer
-
Field Summary
Fields inherited from class javax.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) voidencodeDynamicBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) voidencodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) voidencodeFlexGridBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) voidencodeGridBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) voidencodeGridFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String styleClass) voidencodeGridLayout(javax.faces.context.FacesContext context, PanelGrid grid) voidencodeLegacyTableLayout(javax.faces.context.FacesContext context, PanelGrid grid) voidencodeRow(javax.faces.context.FacesContext context, Row row, String columnRole, String rowClass, String columnClass) voidencodeStaticBody(javax.faces.context.FacesContext context, PanelGrid grid) voidencodeTableBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) voidencodeTableFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String tag, String styleClass) booleanMethods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, encodeIndexedId, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getIconOnlyButtonText, getResourceRequestPath, getResourceURL, getStyleBuilder, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, logDevelopmentWarning, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderAttribute, renderButtonValue, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderHiddenInput, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteIdMethods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeBegin, getConvertedValue
-
Constructor Details
-
PanelGridRenderer
public PanelGridRenderer()
-
-
Method Details
-
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException - Overrides:
encodeEndin classjavax.faces.render.Renderer- Throws:
IOException
-
encodeLegacyTableLayout
public void encodeLegacyTableLayout(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException - Throws:
IOException
-
encodeGridLayout
public void encodeGridLayout(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException - Throws:
IOException
-
encodeTableBody
public void encodeTableBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException - Throws:
IOException
-
encodeDynamicBody
public void encodeDynamicBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException - Throws:
IOException
-
encodeStaticBody
public void encodeStaticBody(javax.faces.context.FacesContext context, PanelGrid grid) throws IOException - Throws:
IOException
-
encodeRow
public void encodeRow(javax.faces.context.FacesContext context, Row row, String columnRole, String rowClass, String columnClass) throws IOException - Throws:
IOException
-
encodeGridBody
public void encodeGridBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException - Throws:
IOException
-
encodeFlexGridBody
public void encodeFlexGridBody(javax.faces.context.FacesContext context, PanelGrid grid, int columns) throws IOException - Throws:
IOException
-
encodeTableFacet
public void encodeTableFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String tag, String styleClass) throws IOException - Throws:
IOException
-
encodeGridFacet
public void encodeGridFacet(javax.faces.context.FacesContext context, PanelGrid grid, int columns, String facet, String styleClass) throws IOException - Throws:
IOException
-
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException - Overrides:
encodeChildrenin classjavax.faces.render.Renderer- Throws:
IOException
-
getRendersChildren
public boolean getRendersChildren()- Overrides:
getRendersChildrenin classjavax.faces.render.Renderer
-