|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataRow | |
|---|---|
| org.cruxframework.crux.widgets.client.deviceadaptivegrid | |
| org.cruxframework.crux.widgets.client.event.row | |
| org.cruxframework.crux.widgets.client.grid | |
| Uses of DataRow in org.cruxframework.crux.widgets.client.deviceadaptivegrid |
|---|
| Methods in org.cruxframework.crux.widgets.client.deviceadaptivegrid that return DataRow | |
|---|---|
DataRow |
DeviceAdaptiveGrid.getRow(com.google.gwt.user.client.ui.Widget w)
|
DataRow |
DeviceAdaptiveGrid.GridImpl.getRow(com.google.gwt.user.client.ui.Widget w)
|
DataRow |
DeviceAdaptiveGrid.GridSmallImpl.getRow(com.google.gwt.user.client.ui.Widget w)
|
| Methods in org.cruxframework.crux.widgets.client.deviceadaptivegrid that return types with arguments of type DataRow | |
|---|---|
List<DataRow> |
DeviceAdaptiveGrid.getCurrentPageRows()
|
List<DataRow> |
DeviceAdaptiveGrid.GridImpl.getCurrentPageRows()
|
List<DataRow> |
DeviceAdaptiveGrid.getSelectedRows()
|
List<DataRow> |
DeviceAdaptiveGrid.GridImpl.getSelectedRows()
|
| Uses of DataRow in org.cruxframework.crux.widgets.client.event.row |
|---|
| Methods in org.cruxframework.crux.widgets.client.event.row that return DataRow | |
|---|---|
DataRow |
RowClickEvent.getRow()
|
DataRow |
BaseRowEditEvent.getRow()
|
DataRow |
LoadRowDetailsEvent.getRow()
|
DataRow |
BeforeRowSelectEvent.getRow()
|
DataRow |
BeforeShowRowDetailsEvent.getRow()
|
DataRow |
RowDoubleClickEvent.getRow()
|
DataRow |
RowRenderEvent.getRow()
|
DataRow |
ShowRowDetailsEvent.getRow()
|
| Uses of DataRow in org.cruxframework.crux.widgets.client.grid |
|---|
| Methods in org.cruxframework.crux.widgets.client.grid that return DataRow | |
|---|---|
protected DataRow |
Grid.createRow(int index,
com.google.gwt.dom.client.Element element)
|
DataRow |
Grid.getRow(com.google.gwt.user.client.ui.Widget w)
|
| Methods in org.cruxframework.crux.widgets.client.grid that return types with arguments of type DataRow | |
|---|---|
List<DataRow> |
Grid.getCurrentPageRows()
|
List<DataRow> |
Grid.getSelectedRows()
|
| Methods in org.cruxframework.crux.widgets.client.grid with parameters of type DataRow | ||
|---|---|---|
com.google.gwt.user.client.ui.Widget |
RowDetailsManager.createWidget(DataRow row)
Creates the widget to be used as a row detail |
|
abstract com.google.gwt.user.client.ui.Widget |
RowDetailWidgetCreator.createWidgetForRowDetail(DataRow row)
|
|
protected boolean |
Grid.fireBeforeCancelRowEditionEvent(DataRow row)
|
|
protected void |
Grid.fireBeforeRowEditEvent(DataRow row)
|
|
protected boolean |
Grid.fireBeforeSaveRowEditionEvent(DataRow row)
|
|
protected void |
Grid.fireCancelRowEditionEvent(DataRow row)
|
|
protected void |
Grid.fireRowClickEvent(DataRow row)
|
|
protected void |
Grid.fireRowDoubleClickEvent(DataRow row)
|
|
protected void |
Grid.fireRowEditEvent(DataRow row)
|
|
protected void |
Grid.fireRowEditingEvent(DataRow row)
|
|
protected void |
Grid.fireRowRenderEvent(DataRow row)
|
|
|
RowDetailWidgetCreator.getWidget(DataRow row,
String id)
|
|
void |
Grid.makeEditable(DataRow row,
Cell focusCell)
Enables edit mode for given row |
|
protected boolean |
Grid.onSelectRow(boolean select,
DataRow row,
boolean fireEvents)
|
|
protected void |
RowDetailWidgetCreator.registerWidget(DataRow row,
String widgetOriginalId,
com.google.gwt.user.client.ui.Widget widget)
|
|
|
Grid.removeRow(DataRow r)
|
|
protected void |
Grid.renderRow(DataRow row)
|
|
protected void |
Grid.renderRow(DataRow row,
org.cruxframework.crux.core.client.datasource.DataSourceRecord<?> record,
boolean editMode,
String focusCellKey)
|
|
void |
Grid.rollbackRowEdition(DataRow row)
Rollback the edition of the last column changed |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||