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 |
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 |
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 |
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. |
Modifier and Type | Method and Description |
---|---|
protected Editable |
GridColumn.getModel()
Getter for property 'model'.
|
Editable |
EditableModelEvent.getSource()
Gets an event source 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 |
---|---|
protected void |
EditableModelEvent.setSource(Editable source)
Sets the source model.
|
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 |
---|
GridColumn(Editable model)
Creates an instance of this class and associates it with the parent model.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EditableGrid<T extends Editable>
This is an editable grid widget.
|
Modifier and Type | Method and Description |
---|---|
EditableGrid |
GridPanel.createEditableGrid(String[] headers,
Class[] columnWidgetClasses,
Editable model)
Creates and adds a new editable grid into the panel.
|
EditableGrid |
GridPanel.createEditableGrid(String[] headers,
Class[] columnWidgetClasses,
Editable model,
boolean resizable)
Creates and adds a new editable grid into the panel.
|
Copyright © 2008–2013. All rights reserved.