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

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

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

Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates that return CellValue
 CellValue<? extends Comparable<?>> TemplateDataCellValueFactory.convertModelCellValue(TemplateDataColumn column, String dcv)
          Convert a Model cell to one that can be used in the UI
 

Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates that return types with arguments of type CellValue
 List<CellValue<? extends Comparable<?>>> TemplateDataCellValueFactory.convertColumnData(TemplateDataColumn column, List<String> columnData)
          Convert a column of domain data to that suitable for the UI
 

Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates with parameters of type CellValue
 String TemplateDataCellValueFactory.convertToModelCell(TemplateDataColumn column, CellValue<?> cv)
          Convert a type-safe UI CellValue into a type-safe Model CellValue
 

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.convertModelCellValue(BaseColumn column, DTCellValue52 dcv)
          Convert a Model cell to one that can be used in the UI
 CellValue<Analysis> DecisionTableCellValueFactory.makeNewAnalysisCellValue()
           
 CellValue<Long> DecisionTableCellValueFactory.makeNewRowNumberCellValue(Long initialValue)
           
 

Methods in org.drools.guvnor.client.decisiontable.widget that return types with arguments of type CellValue
 List<CellValue<? extends Comparable<?>>> DecisionTableCellValueFactory.convertColumnData(BaseColumn column, List<DTCellValue52> columnData)
          Convert a column of domain data to that suitable for the UI
 

Methods in org.drools.guvnor.client.decisiontable.widget with parameters of type CellValue
 DTCellValue52 DecisionTableCellValueFactory.convertToModelCell(BaseColumn column, CellValue<?> cell)
          Convert a type-safe UI CellValue into a type-safe Model CellValue
 

Uses of CellValue in org.drools.guvnor.client.decisiontable.widget.events
 

Constructor parameters in org.drools.guvnor.client.decisiontable.widget.events with type arguments of type CellValue
InsertInternalDecisionTableColumnEvent(List<DynamicColumn<BaseColumn>> columns, List<List<CellValue<? extends Comparable<?>>>> columnsData, int index, boolean redraw)
           
 

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

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

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

Fields in org.drools.guvnor.client.widgets.drools.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<?>>> AbstractMergableGridWidget.selections
           
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid that return CellValue
protected abstract  CellValue<? extends Comparable<?>> AbstractCellValueFactory.convertModelCellValue(C column, V cell)
          Convert a Model cell to one that can be used in the UI
 CellValue<?> DynamicColumn.getValue(DynamicDataRow object)
           
abstract  CellValue<? extends Comparable<?>> DynamicBaseColumn.getValue(DynamicDataRow object)
          Returns the column value from within the underlying data object.
protected  CellValue<BigDecimal> AbstractCellValueFactory.makeNewBigDecimalCellValue(BigDecimal initialValue)
           
protected  CellValue<BigInteger> AbstractCellValueFactory.makeNewBigIntegerCellValue(BigInteger initialValue)
           
protected  CellValue<Boolean> AbstractCellValueFactory.makeNewBooleanCellValue()
           
protected  CellValue<Boolean> AbstractCellValueFactory.makeNewBooleanCellValue(Boolean initialValue)
           
protected  CellValue<Byte> AbstractCellValueFactory.makeNewByteCellValue(Byte initialValue)
           
protected  CellValue<Date> AbstractCellValueFactory.makeNewDateCellValue()
           
protected  CellValue<Date> AbstractCellValueFactory.makeNewDateCellValue(Date initialValue)
           
protected  CellValue<String> AbstractCellValueFactory.makeNewDialectCellValue()
           
protected  CellValue<String> AbstractCellValueFactory.makeNewDialectCellValue(String initialValue)
           
protected  CellValue<Double> AbstractCellValueFactory.makeNewDoubleCellValue(Double initialValue)
           
protected  CellValue<Float> AbstractCellValueFactory.makeNewFloatCellValue(Float initialValue)
           
protected  CellValue<Integer> AbstractCellValueFactory.makeNewIntegerCellValue(Integer initialValue)
           
protected  CellValue<Long> AbstractCellValueFactory.makeNewLongCellValue(Long initialValue)
           
protected  CellValue<BigDecimal> AbstractCellValueFactory.makeNewNumericCellValue()
           
protected  CellValue<BigDecimal> AbstractCellValueFactory.makeNewNumericCellValue(BigDecimal initialValue)
           
protected  CellValue<Short> AbstractCellValueFactory.makeNewShortCellValue(Short initialValue)
           
protected  CellValue<String> AbstractCellValueFactory.makeNewStringCellValue()
           
protected  CellValue<String> AbstractCellValueFactory.makeNewStringCellValue(Object initialValue)
           
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid that return types with arguments of type CellValue
abstract  List<CellValue<? extends Comparable<?>>> AbstractCellValueFactory.convertColumnData(C column, List<V> columnData)
          Convert a column of domain data to that suitable for the UI
 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 CellValue
 void CellValue.GroupedCellValue.addCellToGroup(CellValue<T> cell)
          Add a cell to the group of cells
 int CellValue.compareTo(CellValue<T> cv)
           
protected abstract  V AbstractCellValueFactory.convertToModelCell(C column, CellValue<?> cell)
          Convert a type-safe UI CellValue into a type-safe Model CellValue
 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.drools.decoratedgrid with type arguments of type CellValue
 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.drools.decoratedgrid.data
 

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

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

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid.data with parameters of type CellValue
 boolean GroupedDynamicDataRow.add(CellValue<? extends Comparable<?>> e)
          Add a value.
 boolean DynamicDataRow.add(CellValue<? extends Comparable<?>> cell)
           
 void GroupedDynamicDataRow.add(int index, CellValue<? extends Comparable<?>> element)
          Add a value at the given index.
 void DynamicDataRow.add(int index, CellValue<? extends Comparable<?>> cell)
           
 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<?>> GroupedDynamicDataRow.set(int index, CellValue<? extends Comparable<?>> element)
          Set a value at the given index.
 CellValue<? extends Comparable<?>> DynamicDataRow.set(int index, CellValue<? extends Comparable<?>> cell)
           
 

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

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

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid.events that return types with arguments of type CellValue
 List<CellValue<? extends Comparable<?>>> UpdateColumnDataEvent.getColumnData()
           
 List<List<CellValue<? extends Comparable<?>>>> InsertInternalColumnEvent.getColumnsData()
           
 Map<Coordinate,List<List<CellValue<? extends Comparable<?>>>>> UpdateModelEvent.getUpdates()
           
 

Constructor parameters in org.drools.guvnor.client.widgets.drools.decoratedgrid.events with type arguments of type CellValue
InsertInternalColumnEvent(List<DynamicColumn<T>> columns, List<List<CellValue<? extends Comparable<?>>>> columnsData, int index, boolean redraw)
           
UpdateColumnDataEvent(int index, List<CellValue<? extends Comparable<?>>> columnData)
           
UpdateModelEvent(Coordinate c, List<List<CellValue<? extends Comparable<?>>>> data)
           
UpdateModelEvent(Map<Coordinate,List<List<CellValue<? extends Comparable<?>>>>> updates)
           
 



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