public interface GridModel
Grid
component.
The primary implementor of this component is the Grid component itself. This is effectively a way to package three
values as a single parameter to components such as GridColumns
and
GridRows
.Modifier and Type | Method and Description |
---|---|
BeanModel |
getDataModel()
Returns the data model, which defines the columns (in terms of properties of the row type), and provides access
to actual values for a given row instance.
|
GridDataSource |
getDataSource()
Returns the source for the data to be presented in the Grid.
|
GridSortModel |
getSortModel()
Returns the object used to track sorting behavior of the Grid.
|
BeanModel getDataModel()
GridDataSource getDataSource()
GridSortModel getSortModel()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.