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

Packages that use DecoratedGridSidebarWidget
org.drools.guvnor.client.widgets.decoratedgrid   
 

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

Subclasses of DecoratedGridSidebarWidget in org.drools.guvnor.client.widgets.decoratedgrid
 class VerticalDecoratedGridSidebarWidget<T>
          A sidebar for a VericalDecisionTable.
 

Fields in org.drools.guvnor.client.widgets.decoratedgrid declared as DecoratedGridSidebarWidget
protected  DecoratedGridSidebarWidget<T> DecoratedGridWidget.sidebarWidget
           
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid that return DecoratedGridSidebarWidget
 DecoratedGridSidebarWidget<T> DecoratedGridWidget.getSidebarWidget()
          Return the Widget responsible for rendering the DecoratedGridWidget "sidebar".
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type DecoratedGridSidebarWidget
 void DecoratedGridWidget.setSidebarWidget(DecoratedGridSidebarWidget<T> sidebarWidget)
          Set the SidebarWidget and attach a ResizeEvent handler to the Sidebar for when the header changes size and the Sidebar needs to be redrawn to align correctly.
 



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