|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridView | |
|---|---|
| com.sencha.gxt.widget.core.client.grid | |
| com.sencha.gxt.widget.core.client.treegrid | |
| Uses of GridView in com.sencha.gxt.widget.core.client.grid |
|---|
| Subclasses of GridView in com.sencha.gxt.widget.core.client.grid | |
|---|---|
class |
GroupingView<M>
GridView that groups data based on a given grouping column. |
class |
GroupSummaryView<M>
|
class |
LiveGridView<M>
LiveGridView for displaying large amount of data. |
| Methods in com.sencha.gxt.widget.core.client.grid that return GridView | |
|---|---|
GridView<M> |
Grid.getView()
Returns the grid's view. |
| Methods in com.sencha.gxt.widget.core.client.grid with parameters of type GridView | |
|---|---|
void |
Grid.setView(GridView<M> view)
Sets the view's grid (pre-render). |
| Constructors in com.sencha.gxt.widget.core.client.grid with parameters of type GridView | |
|---|---|
Grid(ListStore<M> store,
ColumnModel<M> cm,
GridView<M> view)
Creates a new grid with the given data store and column model. |
|
| Uses of GridView in com.sencha.gxt.widget.core.client.treegrid |
|---|
| Subclasses of GridView in com.sencha.gxt.widget.core.client.treegrid | |
|---|---|
class |
TreeGridView<M>
|
| Methods in com.sencha.gxt.widget.core.client.treegrid with parameters of type GridView | |
|---|---|
void |
TreeGrid.setView(GridView<M> view)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||