Guvnor web application Drools 6.0.0-SNAPSHOT

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

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

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

Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates that return DynamicDataRow
 DynamicDataRow TemplateDataCellValueFactory.makeUIRowData()
          Construct a new row of data for the MergableGridWidget
 

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

Methods in org.drools.guvnor.client.decisiontable.widget that return DynamicDataRow
 DynamicDataRow DecisionTableCellValueFactory.makeUIRowData()
          Construct a new row of data for the MergableGridWidget
 

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

Fields in org.drools.guvnor.client.widgets.drools.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.drools.decoratedgrid that return DynamicDataRow
abstract  DynamicDataRow AbstractCellValueFactory.makeUIRowData()
          Construct a new row of data for the MergableGridWidget
 

Methods in org.drools.guvnor.client.widgets.drools.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.drools.decoratedgrid with parameters of type DynamicDataRow
protected  void AbstractVerticalMergableGridWidget.createRowElement(int index, DynamicDataRow rowData)
           
 CellValue<?> DynamicColumn.getValue(DynamicDataRow object)
           
abstract  CellValue<? extends Comparable<?>> DynamicBaseColumn.getValue(DynamicDataRow object)
          Returns the column value from within the underlying data object.
 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.drools.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.drools.decoratedgrid.data
 

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

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid.data that return DynamicDataRow
 DynamicDataRow DynamicData.addRow()
          Add an empty row of data to the end of the table
 DynamicDataRow DynamicData.deleteRow(int index)
           
 DynamicDataRow DynamicData.get(int index)
           
 

Methods in org.drools.guvnor.client.widgets.drools.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.drools.decoratedgrid.data with parameters of type DynamicDataRow
 boolean GroupedDynamicDataRow.addChildRow(DynamicDataRow childRow)
           
 void DynamicData.addRow(DynamicDataRow rowData)
          Add a row of data at the end of the table
 void DynamicData.addRow(int index, DynamicDataRow rowData)
          Add a row of data at the specified index
 int DynamicData.indexOf(DynamicDataRow row)
           
 


Guvnor web application Drools 6.0.0-SNAPSHOT

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