| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<DataRow> |
DeviceAdaptiveGrid.getCurrentPageRows() |
List<DataRow> |
DeviceAdaptiveGrid.getSelectedRows() |
| Modifier and Type | Method and Description |
|---|---|
DataRow |
ShowRowDetailsEvent.getRow() |
DataRow |
RowRenderEvent.getRow() |
DataRow |
RowDoubleClickEvent.getRow() |
DataRow |
RowClickEvent.getRow() |
DataRow |
LoadRowDetailsEvent.getRow() |
DataRow |
BeforeShowRowDetailsEvent.getRow() |
DataRow |
BeforeRowSelectEvent.getRow() |
DataRow |
BaseRowEditEvent.getRow() |
| Constructor and Description |
|---|
BaseRowEditEvent(S source,
DataRow row) |
BeforeCancelRowEditionEvent(HasBeforeCancelRowEditionHandler source,
DataRow row) |
BeforeRowEditEvent(HasBeforeRowEditHandlers source,
DataRow row) |
BeforeRowSelectEvent(HasBeforeRowSelectHandlers source,
DataRow row) |
BeforeSaveRowEditionEvent(HasBeforeSaveRowEditionHandler source,
DataRow row) |
BeforeShowRowDetailsEvent(HasBeforeShowDetailsHandlers source,
DataRow row) |
CancelRowEditionEvent(HasCancelRowEditionHandler source,
DataRow row) |
LoadRowDetailsEvent(HasLoadRowDetailsHandlers source,
DataRow row) |
RowClickEvent(HasRowClickHandlers source,
DataRow row) |
RowDoubleClickEvent(HasRowDoubleClickHandlers source,
DataRow row) |
RowEditEvent(HasRowEditHandlers source,
DataRow row) |
RowRenderEvent(HasRowRenderHandlers source,
DataRow row) |
ShowRowDetailsEvent(HasShowRowDetailsHandlers source,
DataRow row) |
| Modifier and Type | Method and Description |
|---|---|
protected DataRow |
Grid.createRow(int index,
com.google.gwt.dom.client.Element element) |
DataRow |
Grid.getRow(com.google.gwt.user.client.ui.Widget w) |
| Modifier and Type | Method and Description |
|---|---|
List<DataRow> |
Grid.getCurrentPageRows() |
List<DataRow> |
Grid.getSelectedRows() |
| 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) |
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.fireRowRenderEvent(DataRow row) |
<T extends com.google.gwt.user.client.ui.Widget> |
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) |
<T> void |
Grid.removeRow(DataRow r) |
protected void |
Grid.renderRow(DataRow row) |
protected void |
Grid.renderRow(DataRow row,
DataSourceRecord<?> record,
boolean editMode,
String focusCellKey) |
void |
Grid.rollbackRowEdition(DataRow row)
Rollback the edition of the last column changed
|
Copyright © 2014. All rights reserved.