Uses of Class
org.drools.guvnor.client.widgets.decoratedgrid.data.DynamicDataRow

Packages that use DynamicDataRow
org.drools.guvnor.client.decisiontable.widget   
org.drools.guvnor.client.modeldriven.ui   
org.drools.guvnor.client.widgets.decoratedgrid   
org.drools.guvnor.client.widgets.decoratedgrid.data   
 

Uses of DynamicDataRow in org.drools.guvnor.client.decisiontable.widget
 

Methods in org.drools.guvnor.client.decisiontable.widget with parameters of type DynamicDataRow
 void AbstractDecisionTableWidget.deleteRow(DynamicDataRow row)
          Delete the given row
 void AbstractDecisionTableWidget.insertRowBefore(DynamicDataRow rowBefore)
          Insert an empty row before the given row
 

Uses of DynamicDataRow in org.drools.guvnor.client.modeldriven.ui
 

Methods in org.drools.guvnor.client.modeldriven.ui with parameters of type DynamicDataRow
 void TemplateDataTableWidget.deleteRow(DynamicDataRow row)
          Delete a row
 void TemplateDataTableWidget.insertRowBefore(DynamicDataRow rowBefore)
          Insert a row before that provided
 

Uses of DynamicDataRow in org.drools.guvnor.client.widgets.decoratedgrid
 

Fields in org.drools.guvnor.client.widgets.decoratedgrid with type parameters of type DynamicDataRow
protected  com.google.gwt.cell.client.FieldUpdater<DynamicDataRow,CellValue<? extends Comparable<?>>> DynamicBaseColumn.fieldUpdater
          The FieldUpdater used for updating values in the column.
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid that return DynamicDataRow
 DynamicDataRow MergableGridWidget.insertRowBefore(DynamicDataRow rowBefore, List<CellValue<? extends Comparable<?>>> rowData)
          Insert the given row before the provided index.
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid that return types with arguments of type DynamicDataRow
 com.google.gwt.cell.client.FieldUpdater<DynamicDataRow,CellValue<? extends Comparable<?>>> DynamicBaseColumn.getFieldUpdater()
          Returns the FieldUpdater used for updating values in the column.
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type DynamicDataRow
protected  void VerticalMergableGridWidget.createRowElement(int index, DynamicDataRow rowData)
           
protected abstract  void MergableGridWidget.createRowElement(int index, DynamicDataRow rowData)
           
 void HasRows.deleteRow(DynamicDataRow row)
           
 void DecoratedGridWidget.deleteRow(DynamicDataRow row)
          Delete the given row
 void MergableGridWidget.deleteRow(DynamicDataRow row)
          Delete the given row.
 void VerticalDecoratedGridSidebarWidget.deleteSelector(DynamicDataRow row)
           
abstract  void DecoratedGridSidebarWidget.deleteSelector(DynamicDataRow row)
          Delete a Selector for the given row.
 CellValue<?> DynamicColumn.getValue(DynamicDataRow object)
           
abstract  CellValue<? extends Comparable<?>> DynamicBaseColumn.getValue(DynamicDataRow object)
          Returns the column value from within the underlying data object.
 void HasRows.insertRowBefore(DynamicDataRow rowBefore)
           
 void DecoratedGridWidget.insertRowBefore(DynamicDataRow rowBefore, List<CellValue<? extends Comparable<?>>> rowData)
          Insert a row before that specified
 DynamicDataRow MergableGridWidget.insertRowBefore(DynamicDataRow rowBefore, List<CellValue<? extends Comparable<?>>> rowData)
          Insert the given row before the provided index.
 void VerticalDecoratedGridSidebarWidget.insertSelector(DynamicDataRow row)
           
abstract  void DecoratedGridSidebarWidget.insertSelector(DynamicDataRow row)
          Insert a Selector for the given row.
 void DynamicBaseColumn.onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element elem, DynamicDataRow object, com.google.gwt.dom.client.NativeEvent event)
          Handle a browser event that took place within the column.
 void DynamicBaseColumn.render(com.google.gwt.cell.client.Cell.Context context, DynamicDataRow object, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
          Render the object into the cell.
 

Method parameters in org.drools.guvnor.client.widgets.decoratedgrid with type arguments of type DynamicDataRow
 void DynamicBaseColumn.setFieldUpdater(com.google.gwt.cell.client.FieldUpdater<DynamicDataRow,CellValue<? extends Comparable<?>>> fieldUpdater)
          Set the FieldUpdater used for updating values in the column.
 

Uses of DynamicDataRow in org.drools.guvnor.client.widgets.decoratedgrid.data
 

Subclasses of DynamicDataRow in org.drools.guvnor.client.widgets.decoratedgrid.data
 class GroupedDynamicDataRow
          A grouped row of data in the Decision Table.
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid.data that return DynamicDataRow
 DynamicDataRow DynamicData.addRow()
          Add an empty row of data to the end of the table
 DynamicDataRow DynamicData.addRow(int index, List<CellValue<? extends Comparable<?>>> rowData)
          Add a row of data at the specified index
 DynamicDataRow DynamicData.addRow(List<CellValue<? extends Comparable<?>>> rowData)
          Add a row of data at the end of the table
 DynamicDataRow DynamicData.deleteRow(int index)
           
 DynamicDataRow DynamicData.get(int index)
           
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid.data that return types with arguments of type DynamicDataRow
 List<DynamicDataRow> GroupedDynamicDataRow.getChildRows()
           
 Iterator<DynamicDataRow> DynamicData.iterator()
           
 List<DynamicDataRow> DynamicData.removeModelGrouping(CellValue<?> startCell)
          Remove grouping by expanding applicable rows
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid.data with parameters of type DynamicDataRow
 int DynamicData.indexOf(DynamicDataRow row)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.