Package | Description |
---|---|
org.gwt.advanced.client.datamodel | |
org.gwt.advanced.client.ui.widget |
Modifier and Type | Interface and Description |
---|---|
interface |
Composite
This interface describes tree grid data model.
|
interface |
Editable
This is interface describing an editable table.
|
interface |
GridDataModel
This is an advanced grid data model interface.
|
interface |
Hierarchical
This is a hierarchical grid data model interface.
|
Modifier and Type | Class and Description |
---|---|
class |
EditableGridDataModel
This is a model for editable grids.
|
class |
GridPagerModel
This is a basic implementation of the grid pager model.
|
class |
HierarchicalGridDataModel
This is a hierarchical grid data model (experimental).
|
class |
LazyGridDataModel
This data model reprents lazy loading approach.
|
class |
LazyHierarchicalGridDataModel
This is a lazy loadable hierarchical data model.
|
class |
LazyTreeGridDataModel
This class implements lazy loadable tree grid data model.
|
protected class |
LazyTreeGridDataModel.DelegateLazyGridDataModel
This is a delegate class for lazy tree rows creation.
|
class |
LazyTreeGridRow
This class implements lazy loadable tree row.
|
class |
SimpleGridDataModel
This is a simple not-editable data model.
|
class |
TreeGridDataModel
This is a data model for the tree grid.
|
protected class |
TreeGridDataModel.DelegateEditableGridDataModel
This class extends original editable model to support
TreeGridRow s creation. |
class |
TreeGridRow
This is a tree index implementation for the tree grid data models.
|
Modifier and Type | Method and Description |
---|---|
protected Pageable |
TreeGridRow.getPageable()
Getter for property 'pageable'.
|
protected Pageable |
SimpleGridDataModel.getPageable()
Getter for property 'pageable'.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeGridRow.setPageable(Pageable pageable)
Setter for property 'pageable'.
|
protected void |
SimpleGridDataModel.setPageable(Pageable pageable)
Setter for property 'pageable'.
|
Modifier and Type | Method and Description |
---|---|
Pageable |
Pager.getModel()
Getter for property 'model'.
|
Modifier and Type | Method and Description |
---|---|
void |
Pager.setModel(Pageable model)
Setter for property 'model'.
|
Copyright © 2008–2013. All rights reserved.