Uses of Interface
org.drools.guvnor.client.rulelist.OpenItemCommand

Packages that use OpenItemCommand
org.drools.guvnor.client.packages This holds GUI classes to do with package management. 
org.drools.guvnor.client.qa   
org.drools.guvnor.client.ruleeditor This package is holds the main rule/asset editor. 
org.drools.guvnor.client.rulelist   
org.drools.guvnor.client.widgets.tables   
 

Uses of OpenItemCommand in org.drools.guvnor.client.packages
 

Constructors in org.drools.guvnor.client.packages with parameters of type OpenItemCommand
ArtifactEditor(Artifact artifact, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand, OpenItemCommand openItemCommand, com.google.gwt.user.client.Command closeCommand)
           
 

Uses of OpenItemCommand in org.drools.guvnor.client.qa
 

Constructors in org.drools.guvnor.client.qa with parameters of type OpenItemCommand
AnalysisView(String packageUUID, String packageName, OpenItemCommand edit)
           
ScenarioPackageView(String packageUUID, String packageName, OpenItemCommand editEvent, ExplorerViewCenterPanel centerPanel)
           
VerifierResultWidget(AnalysisReport report, boolean showFactUsage, OpenItemCommand edit)
           
 

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

Constructors in org.drools.guvnor.client.ruleeditor with parameters of type OpenItemCommand
MetaDataWidgetNew(Artifact artifact, boolean readOnly, String uuid, com.google.gwt.user.client.Command refreshCommand, OpenItemCommand openItemCommand, com.google.gwt.user.client.Command closeCommand)
           
MultiViewEditor(List<MultiViewRow> rows, OpenItemCommand editItemEvent, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider)
           
MultiViewEditor(MultiViewRow[] rows, OpenItemCommand editItemEvent)
           
MultiViewEditor(MultiViewRow[] rows, OpenItemCommand editItemEvent, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider)
           
MultiViewEditor(RuleAsset[] assets, OpenItemCommand editItemEvent, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider)
           
MultiViewEditor(RuleAsset[] assets, OpenItemCommand editItemEvent, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider, MultiViewEditorMenuBarCreator menuBarCreator)
           
NewAssetWizard(OpenItemCommand afterCreate, boolean showCategories, String format, String title)
          This is used when creating a new rule.
RuleViewer(RuleAsset asset, OpenItemCommand openItemCommand)
           
RuleViewer(RuleAsset asset, OpenItemCommand openItemCommand, boolean historicalReadOnly)
           
RuleViewer(RuleAsset asset, OpenItemCommand openItemCommand, com.google.gwt.user.client.Command closeCommand, com.google.gwt.user.client.Command checkedInCommand, com.google.gwt.user.client.Command archiveCommand, com.google.gwt.user.client.Command refreshCommand, boolean historicalReadOnly, ActionToolbarButtonsConfigurationProvider actionToolbarButtonsConfigurationProvider, RuleViewerSettings ruleViewerSettings)
           
RuleViewerWrapper(RuleAsset asset, OpenItemCommand openItemCommand, com.google.gwt.user.client.Command closeCommand, com.google.gwt.user.client.Command checkedInCommand, com.google.gwt.user.client.Command archiveCommand)
           
RuleViewerWrapper(RuleAsset asset, OpenItemCommand event, com.google.gwt.user.client.Command closeCommand, com.google.gwt.user.client.Command checkedInCommand, com.google.gwt.user.client.Command archiveCommand, boolean isHistoricalReadOnly, ActionToolbarButtonsConfigurationProvider actionToolbarButtonsConfigurationProvider, RuleViewerSettings ruleViewerSettings)
           
 

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

Constructors in org.drools.guvnor.client.rulelist with parameters of type OpenItemCommand
QueryWidget(OpenItemCommand editEvent)
           
QuickFindWidget(OpenItemCommand editEvent)
           
 

Uses of OpenItemCommand in org.drools.guvnor.client.widgets.tables
 

Fields in org.drools.guvnor.client.widgets.tables declared as OpenItemCommand
protected  OpenItemCommand AbstractAssetPagedTable.openSelectedCommand
           
protected  OpenItemCommand SnapshotComparisonPagedTable.openSelectedCommand
           
 

Constructors in org.drools.guvnor.client.widgets.tables with parameters of type OpenItemCommand
AbstractAssetPagedTable(int pageSize, OpenItemCommand editEvent)
          Constructor
AbstractAssetPagedTable(int pageSize, OpenItemCommand openSelectedCommand, String feedURL)
          Constructor
AdminArchivedPagedTable(com.google.gwt.user.client.Command restoreSelectedAssetCommand, com.google.gwt.user.client.Command deleteSelectedAssetCommand, OpenItemCommand openSelectedCommand)
          Constructor
AssetPagedTable(String packageUuid, List<String> formatInList, Boolean formatIsRegistered, OpenItemCommand editEvent)
          Constructor
AssetPagedTable(String packageUuid, List<String> formatInList, Boolean formatIsRegistered, OpenItemCommand editEvent, String feedURL)
          Constructor
BuildPackageErrorsSimpleTable(OpenItemCommand openSelectedCommand)
           
CategoryPagedTable(String categoryName, OpenItemCommand editEvent, String feedURL)
          Constructor
DependenciesPagedTable(String theUuid, OpenItemCommand openSelectedCommand)
           
DependenciesPagedTableReadOnly(String theUuid, OpenItemCommand openSelectedCommand)
           
InboxIncomingPagedTable(String inboxName, OpenItemCommand editEvent)
          Constructor
InboxPagedTable(String inboxName, OpenItemCommand editEvent)
          Constructor
PermissionsPagedTable(com.google.gwt.user.client.Command newUserCommand, com.google.gwt.user.client.Command deleteUserCommand, OpenItemCommand openSelectedCommand)
          Constructor
QueryPagedTable(List<MetaDataQuery> metadata, Date createdAfter, Date createdBefore, Date lastModifiedAfter, Date lastModifiedBefore, Boolean searchArchived, OpenItemCommand editEvent)
          Constructor
QueryPagedTable(String searchText, Boolean searchArchived, OpenItemCommand editEvent)
          Constructor
SnapshotComparisonPagedTable(String packageName, String firstSnapshotName, String secondSnapshotName, OpenItemCommand openSelectedCommand)
          Constructor
StatePagedTable(String stateName, OpenItemCommand editEvent)
          Constructor
 



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