Guvnor web application Drools 6.0.0-SNAPSHOT

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

Packages that use DecoratedGridCellValueAdaptor
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.events   
 

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

Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates that return DecoratedGridCellValueAdaptor
 DecoratedGridCellValueAdaptor<? extends Comparable<?>> TemplateDataCellFactory.getCell(TemplateDataColumn column)
          Create a Cell for the given TemplateDataColumn
 

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

Methods in org.drools.guvnor.client.decisiontable.widget that return DecoratedGridCellValueAdaptor
 DecoratedGridCellValueAdaptor<? extends Comparable<?>> DecisionTableCellFactory.getCell(BaseColumn column)
          Create a Cell for the given DTColumnConfig
 

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

Fields in org.drools.guvnor.client.widgets.drools.decoratedgrid declared as DecoratedGridCellValueAdaptor
protected  DecoratedGridCellValueAdaptor<? extends Comparable<?>> DynamicBaseColumn.cell
          The Cell responsible for rendering items in the column.
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid that return DecoratedGridCellValueAdaptor
 DecoratedGridCellValueAdaptor<? extends Comparable<?>> DynamicBaseColumn.getCell()
          Returns the Cell responsible for rendering items in the column.
abstract  DecoratedGridCellValueAdaptor<? extends Comparable<?>> AbstractCellFactory.getCell(T column)
          Create a Cell for the given Column
protected  DecoratedGridCellValueAdaptor<Boolean> AbstractCellFactory.makeBooleanCell()
           
protected  DecoratedGridCellValueAdaptor<Date> AbstractCellFactory.makeDateCell()
           
protected  DecoratedGridCellValueAdaptor<BigDecimal> AbstractCellFactory.makeNumericBigDecimalCell()
           
protected  DecoratedGridCellValueAdaptor<BigInteger> AbstractCellFactory.makeNumericBigIntegerCell()
           
protected  DecoratedGridCellValueAdaptor<Byte> AbstractCellFactory.makeNumericByteCell()
           
protected  DecoratedGridCellValueAdaptor<BigDecimal> AbstractCellFactory.makeNumericCell()
           
protected  DecoratedGridCellValueAdaptor<Double> AbstractCellFactory.makeNumericDoubleCell()
           
protected  DecoratedGridCellValueAdaptor<Float> AbstractCellFactory.makeNumericFloatCell()
           
protected  DecoratedGridCellValueAdaptor<Integer> AbstractCellFactory.makeNumericIntegerCell()
           
protected  DecoratedGridCellValueAdaptor<Long> AbstractCellFactory.makeNumericLongCell()
           
protected  DecoratedGridCellValueAdaptor<Short> AbstractCellFactory.makeNumericShortCell()
           
protected  DecoratedGridCellValueAdaptor<String> AbstractCellFactory.makeTextCell()
           
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid with parameters of type DecoratedGridCellValueAdaptor
 void DynamicBaseColumn.setCell(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell)
          Set the cell used to render the column
 

Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid with parameters of type DecoratedGridCellValueAdaptor
DynamicBaseColumn(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell)
          Construct a new Column with a given Cell.
DynamicColumn(T modelColumn, DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell, com.google.gwt.event.shared.EventBus eventBus)
           
DynamicColumn(T modelColumn, DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell, int columnIndex, boolean isSystemControlled, boolean isSortable, com.google.gwt.event.shared.EventBus eventBus)
           
DynamicColumn(T modelColumn, DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell, int columnIndex, com.google.gwt.event.shared.EventBus eventBus)
           
 

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

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid.events that return DecoratedGridCellValueAdaptor
 DecoratedGridCellValueAdaptor<? extends Comparable<?>> UpdateColumnDefinitionEvent.getCell()
           
 

Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid.events with parameters of type DecoratedGridCellValueAdaptor
UpdateColumnDefinitionEvent(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell, boolean isSystemControlled, boolean isSortable, int columnIndex)
           
UpdateColumnDefinitionEvent(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell, int columnIndex)
           
 


Guvnor web application Drools 6.0.0-SNAPSHOT

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