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

Packages that use HasSystemControlledColumns
org.drools.guvnor.client.decisiontable.widget   
org.drools.guvnor.client.widgets.decoratedgrid   
 

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

Classes in org.drools.guvnor.client.decisiontable.widget that implement HasSystemControlledColumns
 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 HasSystemControlledColumns in org.drools.guvnor.client.widgets.decoratedgrid
 

Fields in org.drools.guvnor.client.widgets.decoratedgrid declared as HasSystemControlledColumns
protected  HasSystemControlledColumns DecoratedGridWidget.hasSystemControlledColumns
           
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type HasSystemControlledColumns
 void DecoratedGridWidget.setHasSystemControlledColumns(HasSystemControlledColumns hasSystemControlledColumns)
          Some implementations may require the values of cells within the DecoratedGridWidget to be programmatically manipulated (such as "Row Number", which has to be recalculated after a sort operation).
 



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