Uses of Class
org.cruxframework.crux.widgets.client.grid.DataRow

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()
           
 

Methods in org.cruxframework.crux.widgets.client.event.row with parameters of type DataRow
static BeforeCancelRowEditionEvent BeforeCancelRowEditionEvent.fire(HasBeforeCancelRowEditionHandler source, DataRow row)
           
static BeforeRowEditEvent BeforeRowEditEvent.fire(HasBeforeRowEditHandlers source, DataRow row)
           
static BeforeRowSelectEvent BeforeRowSelectEvent.fire(HasBeforeRowSelectHandlers source, DataRow row)
           
static BeforeSaveRowEditionEvent BeforeSaveRowEditionEvent.fire(HasBeforeSaveRowEditionHandler source, DataRow row)
           
static BeforeShowRowDetailsEvent BeforeShowRowDetailsEvent.fire(HasBeforeShowDetailsHandlers source, DataRow row)
           
static CancelRowEditionEvent CancelRowEditionEvent.fire(HasCancelRowEditionHandler source, DataRow row)
           
static LoadRowDetailsEvent LoadRowDetailsEvent.fire(HasLoadRowDetailsHandlers source, DataRow row)
           
static RowClickEvent RowClickEvent.fire(HasRowClickHandlers source, DataRow row)
           
static RowDoubleClickEvent RowDoubleClickEvent.fire(HasRowDoubleClickHandlers source, DataRow row)
           
static RowEditEvent RowEditEvent.fire(HasRowEditHandlers source, DataRow row)
           
static RowEditingEvent RowEditingEvent.fire(HasRowEditingHandlers source, DataRow row)
           
static RowRenderEvent RowRenderEvent.fire(HasRowRenderHandlers source, DataRow row)
           
static ShowRowDetailsEvent ShowRowDetailsEvent.fire(HasShowRowDetailsHandlers source, DataRow row)
           
 

Constructors in org.cruxframework.crux.widgets.client.event.row with parameters of type DataRow
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)
           
RowEditingEvent(HasRowEditingHandlers source, DataRow row)
           
RowRenderEvent(HasRowRenderHandlers source, DataRow row)
           
ShowRowDetailsEvent(HasShowRowDetailsHandlers source, DataRow row)
           
 

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)
           
<T extends com.google.gwt.user.client.ui.Widget>
T
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, 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
 



Copyright © 2015. All rights reserved.