org.apache.pivot.wtk.skin
Class GridPaneSkin.Metadata
java.lang.Object
org.apache.pivot.wtk.skin.GridPaneSkin.Metadata
- Enclosing class:
- GridPaneSkin
protected final class GridPaneSkin.Metadata
- extends Object
Provides metadata about the grid pane that skins use in performing
preferred size calculations and layout.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visibleRowCount
public final int visibleRowCount
visibleColumnCount
public final int visibleColumnCount
GridPaneSkin.Metadata
public GridPaneSkin.Metadata()
isRowVisible
public boolean isRowVisible(int rowIndex)
isColumnVisible
public boolean isColumnVisible(int columnIndex)