public class GridHighlightHelper extends Object
Constructor and Description |
---|
GridHighlightHelper(GridLienzoPanel gridPanel,
GridWidget gridWidget) |
Modifier and Type | Method and Description |
---|---|
void |
clearHighlight() |
void |
clearSelections() |
void |
highlight(int row,
int column) |
GridHighlightHelper |
withPaddingX(double paddingX) |
GridHighlightHelper |
withPaddingY(double paddingY) |
GridHighlightHelper |
withPinnedGrid() |
public GridHighlightHelper(GridLienzoPanel gridPanel, GridWidget gridWidget)
public void highlight(int row, int column)
public void clearSelections()
public void clearHighlight()
public GridHighlightHelper withPaddingX(double paddingX)
public GridHighlightHelper withPaddingY(double paddingY)
public GridHighlightHelper withPinnedGrid()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.