Uses of Interface
org.drools.guvnor.client.explorer.ClientFactory

Packages that use ClientFactory
org.drools.guvnor.client This package (and subpackages) is all UI code that is used by the GWT to implement the front end. 
org.drools.guvnor.client.admin   
org.drools.guvnor.client.common   
org.drools.guvnor.client.decisiontable   
org.drools.guvnor.client.explorer   
org.drools.guvnor.client.explorer.navigation   
org.drools.guvnor.client.explorer.navigation.admin   
org.drools.guvnor.client.explorer.navigation.browse   
org.drools.guvnor.client.explorer.navigation.deployment   
org.drools.guvnor.client.explorer.navigation.modules   
org.drools.guvnor.client.explorer.navigation.qa   
org.drools.guvnor.client.explorer.navigation.qa.testscenarios   
org.drools.guvnor.client.factmodel   
org.drools.guvnor.client.modeldriven.ui   
org.drools.guvnor.client.packages This holds GUI classes to do with package management. 
org.drools.guvnor.client.perspectives   
org.drools.guvnor.client.perspectives.author   
org.drools.guvnor.client.perspectives.runtime   
org.drools.guvnor.client.perspectives.soa   
org.drools.guvnor.client.processeditor   
org.drools.guvnor.client.ruleeditor This package is holds the main rule/asset editor. 
org.drools.guvnor.client.ruleeditor.springcontext   
org.drools.guvnor.client.ruleeditor.workitem   
org.drools.guvnor.client.rulelist   
org.drools.guvnor.client.widgets.assetviewer   
org.drools.guvnor.client.widgets.tables   
org.drools.guvnor.client.widgets.wizards   
org.drools.guvnor.client.widgets.wizards.assets   
org.drools.guvnor.client.widgets.wizards.assets.decisiontable   
 

Uses of ClientFactory in org.drools.guvnor.client
 

Constructors in org.drools.guvnor.client with parameters of type ClientFactory
AppController(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.admin
 

Constructors in org.drools.guvnor.client.admin with parameters of type ClientFactory
ArchivedAssetManager(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.common
 

Methods in org.drools.guvnor.client.common with parameters of type ClientFactory
 com.google.gwt.user.client.ui.Widget AssetEditorFactory.getAssetEditor(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
          This will return the appropriate viewer for the asset.
 

Constructors in org.drools.guvnor.client.common with parameters of type ClientFactory
DefaultContentUploadEditor(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
POJOModelUploadWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.decisiontable
 

Constructors in org.drools.guvnor.client.decisiontable with parameters of type ClientFactory
DecisionTableXLSWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
GuidedDecisionTableWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

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

Classes in org.drools.guvnor.client.explorer that implement ClientFactory
 class ClientFactoryImpl
           
 

Methods in org.drools.guvnor.client.explorer with parameters of type ClientFactory
 AbstractModuleEditor ClientFactoryImpl.getModuleEditor(PackageConfigData packageConfigData, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand)
           
 AbstractModuleEditor ClientFactory.getModuleEditor(PackageConfigData packageConfigData, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand)
           
 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)
           
 

Constructors in org.drools.guvnor.client.explorer with parameters of type ClientFactory
AssetEditorActivity(AssetEditorPlace place, ClientFactory clientFactory)
           
ExplorerViewCenterPanel(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
FindActivity(ClientFactory clientFactory)
           
GuvnorActivityMapper(ClientFactory clientFactory)
           
ModuleEditorActivity(String uuid, ClientFactory clientFactory)
           
ModuleFormatsGridPlace(ModuleFormatsGridPlace moduleFormatsGridPlace, ClientFactory clientFactory)
           
MultiAssetActivity(MultiAssetPlace place, ClientFactory clientFactory)
           
 

Uses of ClientFactory in org.drools.guvnor.client.explorer.navigation
 

Constructors in org.drools.guvnor.client.explorer.navigation with parameters of type ClientFactory
NavigationPanel(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
NavigationViewFactoryImpl(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.explorer.navigation.admin
 

Constructors in org.drools.guvnor.client.explorer.navigation.admin with parameters of type ClientFactory
AdministrationTree(ClientFactory clientFactory)
           
AdminTreeBuilder(ClientFactory clientFactory)
           
ManagerActivity(int id, ClientFactory clientFactory)
           
 

Uses of ClientFactory in org.drools.guvnor.client.explorer.navigation.browse
 

Constructors in org.drools.guvnor.client.explorer.navigation.browse with parameters of type ClientFactory
BrowseTree(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
BrowseTreeBuilder(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
BrowseTreeViewImpl(ClientFactory clientFactory)
           
CategoryActivity(String categoryPath, ClientFactory clientFactory)
           
InboxActivity(InboxPlace place, ClientFactory clientFactory)
           
StateActivity(String stateName, ClientFactory clientFactory)
           
 

Uses of ClientFactory in org.drools.guvnor.client.explorer.navigation.deployment
 

Constructors in org.drools.guvnor.client.explorer.navigation.deployment with parameters of type ClientFactory
DeploymentTree(ClientFactory clientFactory)
           
DeploymentTreeBuilder(ClientFactory clientFactory)
           
SnapshotActivity(String moduleName, String snapshotName, ClientFactory clientFactory)
           
SnapshotAssetListActivity(SnapshotAssetListPlace place, ClientFactory clientFactory)
           
 

Uses of ClientFactory in org.drools.guvnor.client.explorer.navigation.modules
 

Fields in org.drools.guvnor.client.explorer.navigation.modules declared as ClientFactory
protected  ClientFactory ModulesTreeItemBase.clientFactory
           
 

Methods in org.drools.guvnor.client.explorer.navigation.modules with parameters of type ClientFactory
 void SOAServicesNewAssetMenuViewImpl.openNewAssetWizardWithCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void PackagesNewAssetMenuViewImpl.openNewAssetWizardWithCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void SOAServicesNewAssetMenuView.openNewAssetWizardWithCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void PackagesNewAssetMenuView.openNewAssetWizardWithCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void SOAServicesNewAssetMenuViewImpl.openNewAssetWizardWithoutCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void PackagesNewAssetMenuViewImpl.openNewAssetWizardWithoutCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void SOAServicesNewAssetMenuView.openNewAssetWizardWithoutCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void PackagesNewAssetMenuView.openNewAssetWizardWithoutCategories(String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void PackagesNewAssetMenuViewImpl.openNewPackageWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void PackagesNewAssetMenuView.openNewPackageWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void SOAServicesNewAssetMenuViewImpl.openNewServiceWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 void SOAServicesNewAssetMenuView.openNewServiceWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Constructors in org.drools.guvnor.client.explorer.navigation.modules with parameters of type ClientFactory
GlobalAreaTreeItem(ClientFactory clientFactory)
           
ModulesTree(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, String perspectiveTypes)
           
ModulesTreeBuilder(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, String perspectiveType)
           
ModulesTreeItem(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, String perspectiveTypes)
           
ModulesTreeItemBase(ClientFactory clientFactory, ModulesTreeItemBaseView view, String perspectiveTypes)
           
ModuleTreeItem(ClientFactory clientFactory, com.google.gwt.user.client.ui.IsTreeItem treeItem)
           
ModuleTreeSelectableItem(ClientFactory clientFactory, com.google.gwt.user.client.ui.IsTreeItem treeItem, PackageConfigData packageConfigData)
           
PackagesNewAssetMenu(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
SOAServicesNewAssetMenu(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.explorer.navigation.qa
 

Constructors in org.drools.guvnor.client.explorer.navigation.qa with parameters of type ClientFactory
BulkRunResultViewImpl(ClientFactory clientFactory)
           
QATree(ClientFactory clientFactory)
           
QATreeBuilder(ClientFactory clientFactory)
           
ScenarioPackageScreen(String packageUUID, String packageName, ClientFactory clientFactory)
           
SummaryTable(SummaryTableView summaryTableView, ClientFactory clientFactory)
           
TestScenarioListActivity(String moduleUuid, ClientFactory clientFactory)
           
VerifierActivity(String moduleUuid, ClientFactory clientFactory)
           
 

Uses of ClientFactory in org.drools.guvnor.client.explorer.navigation.qa.testscenarios
 

Constructors in org.drools.guvnor.client.explorer.navigation.qa.testscenarios with parameters of type ClientFactory
ScenarioWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.factmodel
 

Constructors in org.drools.guvnor.client.factmodel with parameters of type ClientFactory
FactModelsWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

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

Constructors in org.drools.guvnor.client.modeldriven.ui with parameters of type ClientFactory
RuleModeller(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
RuleTemplateEditor(RuleAsset a, RuleViewer v, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

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

Methods in org.drools.guvnor.client.packages with parameters of type ClientFactory
static void PackageBuilderWidget.showBuilderErrors(BuilderResult results, com.google.gwt.user.client.ui.Panel buildResults, ClientFactory clientFactory)
          This is called in the unhappy event of there being errors.
 

Constructors in org.drools.guvnor.client.packages with parameters of type ClientFactory
ArtifactEditor(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, Artifact artifact)
           
ArtifactEditor(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, Artifact artifact, boolean historicalReadOnly)
           
AssetAttachmentFileWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
DependencyWidget(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, PackageConfigData conf, boolean isHistoricalReadOnly)
           
ModelAttachmentFileWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
ModuleEditorWrapper(PackageConfigData data, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
ModuleEditorWrapper(PackageConfigData data, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean isHistoricalReadOnly)
           
NewPackageWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
NewSOAServiceWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
PackageBuilderWidget(PackageConfigData conf, ClientFactory clientFactory)
           
PackageEditor(PackageConfigData data, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand)
           
PackageEditor(PackageConfigData data, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, com.google.gwt.user.client.Command refreshCommand)
           
SnapshotView(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, SnapshotInfo snapInfo, PackageConfigData parentPackage)
           
SOAServiceEditor(PackageConfigData data, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand)
           
SOAServiceEditor(PackageConfigData data, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, com.google.gwt.user.client.Command refreshCommand)
           
 

Uses of ClientFactory in org.drools.guvnor.client.perspectives
 

Methods in org.drools.guvnor.client.perspectives with parameters of type ClientFactory
abstract  Collection<NavigationItemBuilder> Perspective.getBuilders(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 AbstractModuleEditor PerspectiveFactory.getModuleEditor(PackageConfigData module, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean isHistoryReadOnly, com.google.gwt.user.client.Command refreshCommand)
           
 

Constructors in org.drools.guvnor.client.perspectives with parameters of type ClientFactory
PerspectivesPanel(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
PerspectivesPanelViewImpl(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.perspectives.author
 

Methods in org.drools.guvnor.client.perspectives.author with parameters of type ClientFactory
 Collection<NavigationItemBuilder> AuthorPerspective.getBuilders(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.perspectives.runtime
 

Methods in org.drools.guvnor.client.perspectives.runtime with parameters of type ClientFactory
 Collection<NavigationItemBuilder> RunTimePerspective.getBuilders(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.perspectives.soa
 

Methods in org.drools.guvnor.client.perspectives.soa with parameters of type ClientFactory
 Collection<NavigationItemBuilder> SOAPerspective.getBuilders(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.processeditor
 

Constructors in org.drools.guvnor.client.processeditor with parameters of type ClientFactory
BusinessProcessEditor(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

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

Constructors in org.drools.guvnor.client.ruleeditor with parameters of type ClientFactory
DefaultRuleContentWidget(RuleAsset a, RuleViewer v, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
DrlEditor(RuleAsset a, RuleViewer v, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
FunctionEditor(RuleAsset a, RuleViewer v, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
MetaDataWidget(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, Artifact artifact, boolean readOnly, String uuid)
           
MultiViewEditor(List<MultiViewRow> rows, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider)
           
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)
           
MultiViewEditor(RuleAsset[] assets, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider)
           
MultiViewEditor(RuleAsset[] assets, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, ActionToolbarButtonsConfigurationProvider individualActionToolbarButtonsConfigurationProvider, MultiViewEditorMenuBarCreator menuBarCreator)
           
NewAssetWizard(boolean showCategories, String format, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
          This is used when creating a new rule.
PropertiesWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
RuleFlowUploadWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
RuleFlowWrapper(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
RuleValidatorWrapper(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
RuleViewer(RuleAsset asset, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
RuleViewer(RuleAsset asset, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly)
           
RuleViewer(RuleAsset asset, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly, ActionToolbarButtonsConfigurationProvider actionToolbarButtonsConfigurationProvider, RuleViewerSettings ruleViewerSettings)
           
RuleViewerWrapper(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, RuleAsset asset)
           
RuleViewerWrapper(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, RuleAsset asset, boolean isHistoricalReadOnly, RuleViewerSettings ruleViewerSettings)
           
StandaloneEditorManager(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
VersionBrowser(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, String uuid, boolean isPackage)
           
VersionChooser(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, String currentVersion, String pacakgeUUID, String assetName, com.google.gwt.user.client.Command ref)
           
WorkingSetEditor(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
XmlFileWidget(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.ruleeditor.springcontext
 

Constructors in org.drools.guvnor.client.ruleeditor.springcontext with parameters of type ClientFactory
SpringContextEditor(RuleAsset a, RuleViewer v, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.ruleeditor.workitem
 

Constructors in org.drools.guvnor.client.ruleeditor.workitem with parameters of type ClientFactory
WorkitemDefinitionEditor(RuleAsset a, RuleViewer v, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

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

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

Uses of ClientFactory in org.drools.guvnor.client.widgets.assetviewer
 

Methods in org.drools.guvnor.client.widgets.assetviewer with parameters of type ClientFactory
 void AssetViewerActivityViewImpl.addAssetFormat(List<String> formatsInList, Boolean formatIsRegistered, String title, com.google.gwt.resources.client.ImageResource icon, PackageConfigData packageConfigData, ClientFactory clientFactory)
           
 void AssetViewerActivityView.addAssetFormat(List<String> formatsInList, Boolean formatIsRegistered, String title, com.google.gwt.resources.client.ImageResource icon, PackageConfigData packageConfigData, ClientFactory clientFactory)
           
 

Constructors in org.drools.guvnor.client.widgets.assetviewer with parameters of type ClientFactory
AssetViewerActivity(String uuid, ClientFactory clientFactory)
           
 

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

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

Uses of ClientFactory in org.drools.guvnor.client.widgets.wizards
 

Fields in org.drools.guvnor.client.widgets.wizards declared as ClientFactory
protected  ClientFactory AbstractWizard.clientFactory
           
 

Constructors in org.drools.guvnor.client.widgets.wizards with parameters of type ClientFactory
AbstractWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, T context, WizardActivityView.Presenter presenter)
           
WizardActivity(WizardPlace<?> place, ClientFactory clientFactory)
           
WizardFactoryImpl(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 

Uses of ClientFactory in org.drools.guvnor.client.widgets.wizards.assets
 

Constructors in org.drools.guvnor.client.widgets.wizards.assets with parameters of type ClientFactory
AbstractNewAssetWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, NewAssetWizardContext context, WizardActivityView.Presenter presenter)
           
 

Uses of ClientFactory in org.drools.guvnor.client.widgets.wizards.assets.decisiontable
 

Constructors in org.drools.guvnor.client.widgets.wizards.assets.decisiontable with parameters of type ClientFactory
NewGuidedDecisionTableWizard(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, NewAssetWizardContext context, WizardActivityView.Presenter presenter)
           
 



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