public class GridHeaderRenderContext extends Object
Constructor and Description |
---|
GridHeaderRenderContext(List<GridColumn<?>> allColumns,
List<GridColumn<?>> blockColumns) |
Modifier and Type | Method and Description |
---|---|
List<GridColumn<?>> |
getAllColumns()
Returns all columns in the block, some of which may not be visible or rendered within the Viewport.
|
List<GridColumn<?>> |
getBlockColumns()
Returns the columns to render for the block.
|
public GridHeaderRenderContext(List<GridColumn<?>> allColumns, List<GridColumn<?>> blockColumns)
public List<GridColumn<?>> getAllColumns()
public List<GridColumn<?>> getBlockColumns()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.