public class RowDetailsManager extends Object
| Constructor and Description |
|---|
RowDetailsManager(RowDetailWidgetCreator rowDetailWidgetCreator) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget(DataRow row)
Creates the widget to be used as a row detail
|
boolean |
isDetailLoaded(DataSourceRecord<?> record) |
void |
reset()
Clears the index of loaded details and destroys the related widgets.
|
public RowDetailsManager(RowDetailWidgetCreator rowDetailWidgetCreator)
rowDetailsDefinition - public void reset()
public com.google.gwt.user.client.ui.Widget createWidget(DataRow row)
public boolean isDetailLoaded(DataSourceRecord<?> record)
true if the details related to this record have already being loaded.Copyright © 2014. All rights reserved.