public static interface GridColumn.HeaderMetaData
Modifier and Type | Method and Description |
---|---|
default void |
edit(GridBodyCellEditContext context)
Puts the
GridColumn.HeaderMetaData into 'edit' mode. |
String |
getColumnGroup()
Returns an identifier for a group of Columns.
|
default CellSelectionStrategy |
getSelectionStrategy()
Returns the CellSelectionStrategy to handle selections of the header cell.
|
String |
getTitle()
Returns the column's title
|
void |
setColumnGroup(String columnGroup)
Sets the identifier for a group of Columns.
|
void |
setTitle(String title)
Sets the column's title
|
String getColumnGroup()
void setColumnGroup(String columnGroup)
String getTitle()
void setTitle(String title)
title
- default CellSelectionStrategy getSelectionStrategy()
default void edit(GridBodyCellEditContext context)
GridColumn.HeaderMetaData
into 'edit' mode.context
- The context of a Grid's cell header during the rendering phase.Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.