Uses of Class
org.drools.guvnor.client.ruleeditor.MultiViewRow

Packages that use MultiViewRow
org.drools.guvnor.client.explorer   
org.drools.guvnor.client.ruleeditor This package is holds the main rule/asset editor. 
org.drools.guvnor.client.rulelist   
 

Uses of MultiViewRow in org.drools.guvnor.client.explorer
 

Methods in org.drools.guvnor.client.explorer that return types with arguments of type MultiViewRow
 Collection<MultiViewRow> MultiAssetPlace.getMultiViewRows()
           
 

Methods in org.drools.guvnor.client.explorer with parameters of type MultiViewRow
 void MultiAssetViewImpl.init(MultiViewRow[] rows, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void MultiAssetView.init(MultiViewRow[] rows, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Constructor parameters in org.drools.guvnor.client.explorer with type arguments of type MultiViewRow
MultiAssetPlace(Collection<MultiViewRow> multiViewRows)
           
 

Uses of MultiViewRow in org.drools.guvnor.client.ruleeditor
 

Methods in org.drools.guvnor.client.ruleeditor with parameters of type MultiViewRow
 int MultiViewRow.compareTo(MultiViewRow multiViewRow)
           
 

Constructors in org.drools.guvnor.client.ruleeditor with parameters of type MultiViewRow
MultiViewEditor(MultiViewRow[] rows, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
MultiViewEditor(MultiViewRow[] rows, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider)
           
 

Constructor parameters in org.drools.guvnor.client.ruleeditor with type arguments of type MultiViewRow
MultiViewEditor(List<MultiViewRow> rows, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider)
           
 

Uses of MultiViewRow in org.drools.guvnor.client.rulelist
 

Methods in org.drools.guvnor.client.rulelist with parameters of type MultiViewRow
 void OpenItemCommand.open(MultiViewRow[] rows)
          Deprecated. Open several assets into the same tab.
 



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