| Package | Description |
|---|---|
| org.gwt.advanced.client.datamodel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeDataModelCallbackHandler<T extends Composite,R extends LazyTreeGridRow>
This is an interface descrining callback handlers for the tree grid data model.
|
| Modifier and Type | Method and Description |
|---|---|
DataModelCallbackHandler<Editable> |
TreeGridDataModel.getHandler()
This method returns a callback handler instance.
|
DataModelCallbackHandler<Editable> |
HierarchicalGridDataModel.getHandler()
This method returns a callback handler instance.
|
DataModelCallbackHandler<Editable> |
EditableGridDataModel.getHandler()
This method returns a callback handler instance.
|
DataModelCallbackHandler<Editable> |
Editable.getHandler()
This method returns a callback handler instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeGridDataModel.setHandler(DataModelCallbackHandler<Editable> handler)
This method sets a callback handler.
|
void |
HierarchicalGridDataModel.setHandler(DataModelCallbackHandler<Editable> handler)
This method sets a callback handler.
|
void |
EditableGridDataModel.setHandler(DataModelCallbackHandler<Editable> handler)
This method sets a callback handler.
|
void |
Editable.setHandler(DataModelCallbackHandler<Editable> handler)
This method sets a callback handler.
|
| Constructor and Description |
|---|
EditableGridDataModel(DataModelCallbackHandler<Editable> handler)
Creates a new instnace of this class and defines the handler.
|
HierarchicalGridDataModel(DataModelCallbackHandler<Editable> handler)
Creates a new instnace of this class and defines the handler.
|
LazyGridDataModel(DataModelCallbackHandler<Editable> handler)
Initializes the model with the preloaded piece of data set.
|
LazyHierarchicalGridDataModel(DataModelCallbackHandler<Editable> handler)
Creates a new instnace of this class and defines the handler.
|
LazyTreeGridDataModel.DelegateLazyGridDataModel(DataModelCallbackHandler<Editable> handler)
Creates a new instance of the class.
|
TreeGridDataModel.DelegateEditableGridDataModel(DataModelCallbackHandler<Editable> handler)
Creates an instance of this class and saves a link to a parent composite.
|
TreeGridDataModel(DataModelCallbackHandler<Editable> handler)
Creates an instance of this class and loads data using the specified handler.
|
Copyright © 2008–2013. All rights reserved.