public interface ColumnProps
Modifier and Type | Method and Description |
---|---|
String |
getFooterClass()
Space-separated list of CSS style class(es) that will be applied to any footer generated for this column.
|
String |
getHeaderClass()
Space-separated list of CSS style class(es) that will be applied to any header generated for this column.
|
boolean |
isRowHeader()
Flag indicating that this column is a row header column and therefore cells in this column should be rendered
with "th" instead of "td" and must have the 'scope="row"' attribute.
|
String getHeaderClass()
String getFooterClass()
boolean isRowHeader()
Copyright © 2014 JBoss by Red Hat. All rights reserved.