@groovy.transform.CompileStatic final class ColumnHeaderSpec extends ColumnHeaderFieldSpec
TableSpec.header delegated class.
A column can contains many fields, it is optional if only one field is present.
Constructor and description |
---|
ColumnHeaderSpec
(IUiTableVisitor tableVisitor) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
column(groovy.lang.Closure closure) Allow to group fields to display in the same column |
|
void |
column(java.lang.Integer colSpan, java.lang.Integer rowSpan, groovy.lang.Closure closure) Same as column(groovy.lang.Closure) but with colspan and rowspan params |
Methods inherited from class | Name |
---|---|
class ColumnHeaderFieldSpec |
label, label, sortableFieldHeader, sortableFieldHeader |
Allow to group fields to display in the same column
closure
- Field listSame as column(groovy.lang.Closure) but with colspan and rowspan params