protected static class BaseTableRenderer.TableMetaInfo extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
columnClasses |
int |
columnCount |
List<UIColumn> |
columns |
int |
columnStyleCounter |
boolean |
hasFooterFacets |
boolean |
hasHeaderFacets |
static String |
KEY |
String[] |
rowClasses |
int |
rowStyleCounter |
Constructor and Description |
---|
TableMetaInfo(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 boolean hasHeaderFacets
public final boolean hasFooterFacets
public final int columnCount
public int columnStyleCounter
public int rowStyleCounter
public TableMetaInfo(UIComponent table)
public void newRow()
public String getCurrentColumnClass()
public String getCurrentRowClass()
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.