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

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

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

Subclasses of AbstractCellValueFactory in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates
 class TemplateDataCellValueFactory
          A Factory to create CellValues applicable to given columns.
 

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

Subclasses of AbstractCellValueFactory in org.drools.guvnor.client.decisiontable.widget
 class DecisionTableCellValueFactory
          A Factory to create CellValues applicable to given columns.
 

Uses of AbstractCellValueFactory in org.drools.guvnor.client.scorecards.widgets
 

Constructors in org.drools.guvnor.client.scorecards.widgets with parameters of type AbstractCellValueFactory
ScorecardAttributeGridWidget(ResourcesProvider resources, AbstractCellFactory cellFactory, AbstractCellValueFactory cellValueFactory, CellTableDropDownDataValueMapProvider dropDownManager, boolean isReadOnly, com.google.gwt.event.shared.EventBus eventBus)
           
 

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

Fields in org.drools.guvnor.client.widgets.drools.decoratedgrid declared as AbstractCellValueFactory
protected  AbstractCellValueFactory<T,?> AbstractMergableGridWidget.cellValueFactory
           
 

Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid with parameters of type AbstractCellValueFactory
AbstractMergableGridWidget(ResourcesProvider<T> resources, AbstractCellFactory<T> cellFactory, AbstractCellValueFactory<T,?> cellValueFactory, CellTableDropDownDataValueMapProvider dropDownManager, boolean isReadOnly, com.google.gwt.event.shared.EventBus eventBus)
          A grid of cells.
AbstractVerticalMergableGridWidget(ResourcesProvider<T> resources, AbstractCellFactory<T> cellFactory, AbstractCellValueFactory<T,?> cellValueFactory, CellTableDropDownDataValueMapProvider dropDownManager, boolean isReadOnly, com.google.gwt.event.shared.EventBus eventBus)
           
 



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