Uses of Class
org.drools.guvnor.client.widgets.decoratedgrid.CellValue

Packages that use CellValue
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 CellValue in org.drools.guvnor.client.decisiontable.widget
 

Methods in org.drools.guvnor.client.decisiontable.widget that return CellValue
 CellValue<? extends Comparable<?>> DecisionTableCellValueFactory.makeCellValue(DTColumnConfig column, int iRow, int iCol, DTCellValue dcv)
          Make a CellValue applicable for the column
protected  CellValue<BigDecimal> DecisionTableCellValueFactory.makeNewRowNumberCellValue(int iRow, int iCol)
           
 

Methods in org.drools.guvnor.client.decisiontable.widget with parameters of type CellValue
protected  boolean AbstractDecisionTableWidget.canAcceptOtherwiseValues(CellValue<?> cell)
          Check whether the given Cell can accept "otherwise" values
 DTCellValue DecisionTableCellValueFactory.convertToDTModelCell(DTColumnConfig column, CellValue<?> cell)
          Convert a type-safe UI CellValue into a type-safe Model CellValue
 

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

Methods in org.drools.guvnor.client.modeldriven.ui that return CellValue
 CellValue<? extends Comparable<?>> TemplateDataCellValueFactory.makeCellValue(TemplateDataColumn column, int iRow, int iCol, String initialValue)
          Make a CellValue applicable for the column.
 

Methods in org.drools.guvnor.client.modeldriven.ui with parameters of type CellValue
 String TemplateDataCellValueFactory.convertValueToString(TemplateDataColumn column, CellValue<?> cv)
          Serialise value to a String
 

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

Subclasses of CellValue in org.drools.guvnor.client.widgets.decoratedgrid
 class CellValue.GroupedCellValue
          A grouped cell, containing a list of grouped cells.
 

Fields in org.drools.guvnor.client.widgets.decoratedgrid declared as CellValue
protected  CellValue<?> MergableGridWidget.rangeExtentCell
           
protected  CellValue<?> MergableGridWidget.rangeOriginCell
           
 

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

Methods in org.drools.guvnor.client.widgets.decoratedgrid that return CellValue
 CellValue<?> DynamicColumn.getValue(DynamicDataRow object)
           
abstract  CellValue<? extends Comparable<?>> DynamicBaseColumn.getValue(DynamicDataRow object)
          Returns the column value from within the underlying data object.
 CellValue<? extends Comparable<?>> AbstractCellValueFactory.makeCellValue(T column, int iRow, int iCol)
          Make an empty CellValue applicable for the column
protected  CellValue<Boolean> AbstractCellValueFactory.makeNewBooleanCellValue(int iRow, int iCol)
           
protected  CellValue<Boolean> AbstractCellValueFactory.makeNewBooleanCellValue(int iRow, int iCol, Boolean initialValue)
           
protected  CellValue<Date> AbstractCellValueFactory.makeNewDateCellValue(int iRow, int iCol)
           
protected  CellValue<Date> AbstractCellValueFactory.makeNewDateCellValue(int iRow, int iCol, Date initialValue)
           
protected  CellValue<String> AbstractCellValueFactory.makeNewDialectCellValue(int iRow, int iCol)
           
protected  CellValue<String> AbstractCellValueFactory.makeNewDialectCellValue(int iRow, int iCol, String initialValue)
           
protected  CellValue<BigDecimal> AbstractCellValueFactory.makeNewNumericCellValue(int iRow, int iCol)
           
protected  CellValue<BigDecimal> AbstractCellValueFactory.makeNewNumericCellValue(int iRow, int iCol, BigDecimal initialValue)
           
protected  CellValue<String> AbstractCellValueFactory.makeNewStringCellValue(int iRow, int iCol)
           
protected  CellValue<String> AbstractCellValueFactory.makeNewStringCellValue(int iRow, int iCol, Object initialValue)
           
 

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

Methods in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type CellValue
 void CellValue.GroupedCellValue.addCellToGroup(CellValue<T> cell)
          Add a cell to the group of cells
 int CellValue.compareTo(CellValue<T> cv)
           
 boolean DecoratedGridCellValueAdaptor.isEditing(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, CellValue<? extends Comparable<?>> value)
           
 void DecoratedGridCellValueAdaptor.onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, CellValue<? extends Comparable<?>> value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<CellValue<? extends Comparable<?>>> valueUpdater)
           
 void DecoratedGridCellValueAdaptor.render(com.google.gwt.cell.client.Cell.Context context, CellValue<? extends Comparable<?>> value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
           
 boolean DecoratedGridCellValueAdaptor.resetFocus(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, CellValue<? extends Comparable<?>> value)
           
 void DecoratedGridCellValueAdaptor.setValue(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, CellValue<? extends Comparable<?>> value)
           
 

Method parameters in org.drools.guvnor.client.widgets.decoratedgrid with type arguments of type CellValue
 void DecoratedGridWidget.appendColumn(DynamicColumn<T> column, List<CellValue<? extends Comparable<?>>> columnData, boolean bRedraw)
          Append a column to the end of the column list
 void DecoratedGridWidget.insertColumnBefore(DynamicColumn<T> columnBefore, DynamicColumn<T> newColumn, List<CellValue<? extends Comparable<?>>> columnData, boolean bRedraw)
          Insert a column before that specified
 void MergableGridWidget.insertColumnBefore(DynamicColumn<T> columnBefore, DynamicColumn<T> newColumn, List<CellValue<? extends Comparable<?>>> columnData, boolean bRedraw)
          Insert a column before another
 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 DecoratedGridCellValueAdaptor.onBrowserEvent(com.google.gwt.cell.client.Cell.Context context, com.google.gwt.dom.client.Element parent, CellValue<? extends Comparable<?>> value, com.google.gwt.dom.client.NativeEvent event, com.google.gwt.cell.client.ValueUpdater<CellValue<? extends Comparable<?>>> valueUpdater)
           
 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 CellValue in org.drools.guvnor.client.widgets.decoratedgrid.data
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid.data that return CellValue
 CellValue<? extends Comparable<?>> DynamicData.get(Coordinate c)
          Get the CellValue at the given coordinate
 CellValue<? extends Comparable<?>> DynamicDataRow.get(int index)
           
 CellValue<? extends Comparable<?>> GroupedDynamicDataRow.get(int index)
           
 CellValue<? extends Comparable<?>> DynamicDataRow.set(int index, CellValue<? extends Comparable<?>> cell)
           
 CellValue<? extends Comparable<?>> GroupedDynamicDataRow.set(int index, CellValue<? extends Comparable<?>> element)
           
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid.data that return types with arguments of type CellValue
 Iterator<CellValue<? extends Comparable<?>>> DynamicDataRow.iterator()
           
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid.data with parameters of type CellValue
 boolean GroupedDynamicDataRow.add(CellValue<? extends Comparable<?>> e)
           
 void GroupedDynamicDataRow.add(int index, CellValue<? extends Comparable<?>> element)
           
 void DynamicData.applyModelGrouping(CellValue<?> startCell)
          Apply grouping by collapsing applicable rows
 List<DynamicDataRow> DynamicData.removeModelGrouping(CellValue<?> startCell)
          Remove grouping by expanding applicable rows
 CellValue<? extends Comparable<?>> DynamicDataRow.set(int index, CellValue<? extends Comparable<?>> cell)
           
 CellValue<? extends Comparable<?>> GroupedDynamicDataRow.set(int index, CellValue<? extends Comparable<?>> element)
           
 

Method parameters in org.drools.guvnor.client.widgets.decoratedgrid.data with type arguments of type CellValue
 void DynamicData.addColumn(int index, List<CellValue<? extends Comparable<?>>> columnData, boolean isVisible)
          Add column to data
 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
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.