Uses of Interface
org.drools.guvnor.client.widgets.decoratedgrid.HasRows

Packages that use HasRows
org.drools.guvnor.client.decisiontable.widget   
org.drools.guvnor.client.modeldriven.ui   
org.drools.guvnor.client.widgets.decoratedgrid   
 

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

Classes in org.drools.guvnor.client.decisiontable.widget that implement HasRows
 class AbstractDecisionTableWidget
          An abstract Decision Table and the necessary boiler-plate to convert from DTColumnConfig objects to the DynamicData related classes used by the DecoratedGridWidget
 class VerticalDecisionTableWidget
          A Vertical Decision Table composed of a VerticalDecoratedGridWidget
 

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

Classes in org.drools.guvnor.client.modeldriven.ui that implement HasRows
 class TemplateDataTableWidget
          A table in which Template data can be edited
 

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

Fields in org.drools.guvnor.client.widgets.decoratedgrid declared as HasRows
protected  HasRows DecoratedGridSidebarWidget.hasRows
           
 

Constructors in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type HasRows
DecoratedGridSidebarWidget(DecoratedGridWidget<T> grid, HasRows hasRows)
          Construct a "Sidebar" for the provided DecoratedGridWidget.
VerticalDecoratedGridSidebarWidget(DecoratedGridWidget<T> grid, HasRows hasRows)
          Construct a "Sidebar" for the provided DecisionTable
 



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