| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.deviceadaptivegrid | |
| org.cruxframework.crux.widgets.client.event.row | |
| org.cruxframework.crux.widgets.client.grid |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
DeviceAdaptiveGrid.getRow(com.google.gwt.user.client.ui.Widget w)
Deprecated.
|
DataRow |
DeviceAdaptiveGrid.GridImpl.getRow(com.google.gwt.user.client.ui.Widget w) |
DataRow |
DeviceAdaptiveGrid.GridSmallImpl.getRow(com.google.gwt.user.client.ui.Widget w) |
| Modifier and Type | Method and Description |
|---|---|
List<DataRow> |
DeviceAdaptiveGrid.getCurrentPageRows()
Deprecated.
|
List<DataRow> |
DeviceAdaptiveGrid.GridImpl.getCurrentPageRows() |
List<DataRow> |
DeviceAdaptiveGrid.getSelectedRows()
Deprecated.
|
List<DataRow> |
DeviceAdaptiveGrid.GridImpl.getSelectedRows() |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
BeforeRowSelectEvent.getRow() |
DataRow |
RowDoubleClickEvent.getRow() |
DataRow |
ShowRowDetailsEvent.getRow() |
DataRow |
LoadRowDetailsEvent.getRow() |
DataRow |
RowClickEvent.getRow() |
DataRow |
BeforeShowRowDetailsEvent.getRow() |
DataRow |
BaseRowEditEvent.getRow() |
DataRow |
RowRenderEvent.getRow() |
| Modifier and Type | Method and Description |
|---|---|
protected DataRow |
Grid.createRow(int index,
com.google.gwt.dom.client.Element element)
Deprecated.
|
DataRow |
Grid.getRow(com.google.gwt.user.client.ui.Widget w)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRow> |
Grid.getCurrentPageRows()
Deprecated.
|
List<DataRow> |
Grid.getSelectedRows()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
|
protected void |
Grid.fireBeforeRowEditEvent(DataRow row)
Deprecated.
|
protected boolean |
Grid.fireBeforeSaveRowEditionEvent(DataRow row)
Deprecated.
|
protected void |
Grid.fireCancelRowEditionEvent(DataRow row)
Deprecated.
|
protected void |
Grid.fireRowClickEvent(DataRow row)
Deprecated.
|
protected void |
Grid.fireRowDoubleClickEvent(DataRow row)
Deprecated.
|
protected void |
Grid.fireRowEditEvent(DataRow row)
Deprecated.
|
protected void |
Grid.fireRowEditingEvent(DataRow row)
Deprecated.
|
protected void |
Grid.fireRowRenderEvent(DataRow row)
Deprecated.
|
<T extends com.google.gwt.user.client.ui.Widget> |
RowDetailWidgetCreator.getWidget(DataRow row,
String id) |
void |
Grid.makeEditable(DataRow row,
Cell focusCell)
Deprecated.
Enables edit mode for given row
|
protected boolean |
Grid.onSelectRow(boolean select,
DataRow row,
boolean fireEvents)
Deprecated.
|
protected void |
RowDetailWidgetCreator.registerWidget(DataRow row,
String widgetOriginalId,
com.google.gwt.user.client.ui.Widget widget) |
<T> void |
Grid.removeRow(DataRow r)
Deprecated.
|
protected void |
Grid.renderRow(DataRow row)
Deprecated.
|
protected void |
Grid.renderRow(DataRow row,
org.cruxframework.crux.core.client.datasource.DataSourceRecord<?> record,
boolean editMode,
String focusCellKey)
Deprecated.
|
void |
Grid.rollbackRowEdition(DataRow row)
Deprecated.
Rollback the edition of the last column changed
|
Copyright © 2016. All rights reserved.