public static class BaseGridRendererHelper.RenderingInformation extends Object
Constructor and Description |
---|
RenderingInformation(Bounds bounds,
List<GridColumn<?>> allColumns,
BaseGridRendererHelper.RenderingBlockInformation bodyBlockInformation,
BaseGridRendererHelper.RenderingBlockInformation floatingBlockInformation,
int minVisibleRowIndex,
int maxVisibleRowIndex,
List<Double> visibleRowOffsets,
boolean isFixedHeader,
boolean isFloatingHeader,
int headerRowCount,
double headerRowHeight,
double headerRowsHeight,
double headerRowsYOffset) |
Modifier and Type | Method and Description |
---|---|
List<GridColumn<?>> |
getAllColumns() |
BaseGridRendererHelper.RenderingBlockInformation |
getBodyBlockInformation() |
Bounds |
getBounds() |
BaseGridRendererHelper.RenderingBlockInformation |
getFloatingBlockInformation() |
int |
getHeaderRowCount() |
double |
getHeaderRowHeight() |
double |
getHeaderRowsHeight() |
double |
getHeaderRowsYOffset() |
int |
getMaxVisibleRowIndex() |
int |
getMinVisibleRowIndex() |
List<Double> |
getVisibleRowOffsets() |
boolean |
isFixedHeader() |
boolean |
isFloatingHeader() |
public RenderingInformation(Bounds bounds, List<GridColumn<?>> allColumns, BaseGridRendererHelper.RenderingBlockInformation bodyBlockInformation, BaseGridRendererHelper.RenderingBlockInformation floatingBlockInformation, int minVisibleRowIndex, int maxVisibleRowIndex, List<Double> visibleRowOffsets, boolean isFixedHeader, boolean isFloatingHeader, int headerRowCount, double headerRowHeight, double headerRowsHeight, double headerRowsYOffset)
public Bounds getBounds()
public List<GridColumn<?>> getAllColumns()
public BaseGridRendererHelper.RenderingBlockInformation getBodyBlockInformation()
public BaseGridRendererHelper.RenderingBlockInformation getFloatingBlockInformation()
public int getMinVisibleRowIndex()
public int getMaxVisibleRowIndex()
public boolean isFixedHeader()
public boolean isFloatingHeader()
public int getHeaderRowCount()
public double getHeaderRowHeight()
public double getHeaderRowsHeight()
public double getHeaderRowsYOffset()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.