Interface | Description |
---|---|
Bounds |
Defines a rectangular boundary.
|
GridCell<T> |
Defines a cell's value holder within a grid.
|
GridCellValue<T> |
Holds the value of a cell.
|
GridColumn<T> |
Defines a Column within a grid.
|
GridColumn.HeaderMetaData |
MetaData for the column's header
|
GridData |
An interface defining a generic grid of data.
|
GridRow |
Defines a row within the grid
|
Class | Description |
---|---|
GridData.Range |
A range of rows.
|
GridData.SelectedCell |
A selected cell within the data.
|
Enum | Description |
---|---|
GridCellEditAction |
Defines the action that triggers an Edit operation on a cell.
|
GridColumn.ColumnWidthMode |
Enum that identify the width mode of a column
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.