Class SubTableRenderer
- java.lang.Object
-
- javax.faces.render.Renderer
-
- org.primefaces.renderkit.CoreRenderer
-
- org.primefaces.component.subtable.SubTableRenderer
-
public class SubTableRenderer extends CoreRenderer
-
-
Constructor Summary
Constructors Constructor Description SubTableRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)voidencodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)protected voidencodeFacetColumn(javax.faces.context.FacesContext context, SubTable table, Column column, String facetName, String styleClass, String text)voidencodeFooter(javax.faces.context.FacesContext context, SubTable table)voidencodeHeader(javax.faces.context.FacesContext context, SubTable table)voidencodeRow(javax.faces.context.FacesContext context, SubTable table, int rowIndex)booleangetRendersChildren()-
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildAjaxRequest, buildAjaxRequest, buildDomEvent, buildNonAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endsWithLenghtUnit, getEventBehaviors, getHighlighter, getResourceRequestPath, getResourceURL, getStyleClassBuilder, getWidgetBuilder, isGrouped, isValueBlank, preConfiguredAjaxRequestBuilder, preConfiguredAjaxRequestBuilder, renderChild, renderChildren, renderDomEvent, renderDomEvents, renderDummyMarkup, renderDynamicPassThruAttributes, renderOnchange, renderOnclick, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, renderValidationMetadata, shouldRenderAttribute, shouldWriteId
-
-
-
-
Method Detail
-
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException- Overrides:
encodeEndin classjavax.faces.render.Renderer- Throws:
IOException
-
encodeHeader
public void encodeHeader(javax.faces.context.FacesContext context, SubTable table) throws IOException- Throws:
IOException
-
encodeRow
public void encodeRow(javax.faces.context.FacesContext context, SubTable table, int rowIndex) throws IOException- Throws:
IOException
-
encodeFooter
public void encodeFooter(javax.faces.context.FacesContext context, SubTable table) throws IOException- Throws:
IOException
-
encodeFacetColumn
protected void encodeFacetColumn(javax.faces.context.FacesContext context, SubTable table, Column column, String facetName, String styleClass, String text) 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
-
-