Module jakarta.faces
Class BaseTableRenderer.TableMetaInfo
java.lang.Object
com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- Enclosing class:
BaseTableRenderer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObtain the column class based on the current counter.Obtain the row class based on the current counter.void
newRow()
Reset the counter used to apply column styles.
-
Field Details
-
KEY
-
rowClasses
-
columnClasses
-
columns
-
hasHeaderFacets
public final boolean hasHeaderFacets -
columnCount
public final int columnCount -
columnStyleCounter
public int columnStyleCounter -
rowStyleCounter
public int rowStyleCounter
-
-
Constructor Details
-
TableMetaInfo
-
-
Method Details
-
newRow
public void newRow()Reset the counter used to apply column styles. -
getCurrentColumnClass
Obtain the column class based on the current counter. Calling this method automatically moves the pointer to the next style. If the counter is larger than the number of total classes, the counter will be reset.- Returns:
- the current style
-
getCurrentRowClass
Obtain the row class based on the current counter. Calling this method automatically moves the pointer to the next style. If the counter is larger than the number of total classes, the counter will be reset.- Returns:
- the current style
-