public static class BaseGridRendererHelper.ColumnInformation extends Object
Constructor and Description |
---|
ColumnInformation(GridColumn<?> column,
int uiColumnIndex,
double offsetX) |
Modifier and Type | Method and Description |
---|---|
GridColumn<?> |
getColumn()
The GridWidget's column corresponding to the grid-relative x-coordinate, or null if none was found.
|
double |
getOffsetX()
The x-offset of the Column's left-hand edge relative to the GridWidget. i.e. column 0 has an x-offset of 0.
|
int |
getUiColumnIndex()
The index of the GridWidget's column.
|
public ColumnInformation(GridColumn<?> column, int uiColumnIndex, double offsetX)
public GridColumn<?> getColumn()
public int getUiColumnIndex()
public double getOffsetX()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.