protected static class BaseTableRenderer.TableMetaInfo extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
columnClasses |
int |
columnCount |
List<javax.faces.component.UIColumn> |
columns |
int |
columnStyleCounter |
boolean |
hasFooterFacets |
boolean |
hasHeaderFacets |
static String |
KEY |
String[] |
rowClasses |
int |
rowStyleCounter |
Constructor and Description |
---|
TableMetaInfo(javax.faces.component.UIComponent table) |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentColumnClass()
Obtain the column class based on the current counter.
|
String |
getCurrentRowClass()
Obtain the row class based on the current counter.
|
void |
newRow()
Reset the counter used to apply column styles.
|
public static final String KEY
public final String[] rowClasses
public final String[] columnClasses
public final List<javax.faces.component.UIColumn> columns
public final boolean hasHeaderFacets
public final boolean hasFooterFacets
public final int columnCount
public int columnStyleCounter
public int rowStyleCounter
public void newRow()
public String getCurrentColumnClass()
public String getCurrentRowClass()
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.