org.drools.guvnor.client.explorer.navigation.modules
Class PackagesNewAssetMenu

java.lang.Object
  extended by org.drools.guvnor.client.explorer.navigation.modules.PackagesNewAssetMenu
All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget, PackagesNewAssetMenuView.Presenter

public class PackagesNewAssetMenu
extends Object
implements com.google.gwt.user.client.ui.IsWidget, PackagesNewAssetMenuView.Presenter


Constructor Summary
PackagesNewAssetMenu(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget asWidget()
           
 void onNewBPMN2Process()
           
 void onNewDeclarativeModel()
           
 void onNewDSL()
           
 void onNewEnumeration()
           
 void onNewFile()
           
 void onNewFunction()
           
 void onNewModule()
           
 void onNewPojoModel()
           
 void onNewRule()
           
 void onNewRuleFlow()
           
 void onNewRuleTemplate()
           
 void onNewSpringContext()
           
 void onNewTestScenario()
           
 void onNewWorkingSet()
           
 void onNewWorkitemDefinition()
           
 void onRebuildAllPackages()
           
 void onRebuildConfirmed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackagesNewAssetMenu

public PackagesNewAssetMenu(ClientFactory clientFactory,
                            com.google.gwt.event.shared.EventBus eventBus)
Method Detail

asWidget

public com.google.gwt.user.client.ui.Widget asWidget()
Specified by:
asWidget in interface com.google.gwt.user.client.ui.IsWidget

onNewModule

public void onNewModule()
Specified by:
onNewModule in interface PackagesNewAssetMenuView.Presenter

onNewSpringContext

public void onNewSpringContext()
Specified by:
onNewSpringContext in interface PackagesNewAssetMenuView.Presenter

onNewWorkingSet

public void onNewWorkingSet()
Specified by:
onNewWorkingSet in interface PackagesNewAssetMenuView.Presenter

onNewRule

public void onNewRule()
Specified by:
onNewRule in interface PackagesNewAssetMenuView.Presenter

onNewRuleTemplate

public void onNewRuleTemplate()
Specified by:
onNewRuleTemplate in interface PackagesNewAssetMenuView.Presenter

onNewPojoModel

public void onNewPojoModel()
Specified by:
onNewPojoModel in interface PackagesNewAssetMenuView.Presenter

onNewDeclarativeModel

public void onNewDeclarativeModel()
Specified by:
onNewDeclarativeModel in interface PackagesNewAssetMenuView.Presenter

onNewFunction

public void onNewFunction()
Specified by:
onNewFunction in interface PackagesNewAssetMenuView.Presenter

onNewDSL

public void onNewDSL()
Specified by:
onNewDSL in interface PackagesNewAssetMenuView.Presenter

onNewRuleFlow

public void onNewRuleFlow()
Specified by:
onNewRuleFlow in interface PackagesNewAssetMenuView.Presenter

onNewBPMN2Process

public void onNewBPMN2Process()
Specified by:
onNewBPMN2Process in interface PackagesNewAssetMenuView.Presenter

onNewWorkitemDefinition

public void onNewWorkitemDefinition()
Specified by:
onNewWorkitemDefinition in interface PackagesNewAssetMenuView.Presenter

onNewEnumeration

public void onNewEnumeration()
Specified by:
onNewEnumeration in interface PackagesNewAssetMenuView.Presenter

onNewTestScenario

public void onNewTestScenario()
Specified by:
onNewTestScenario in interface PackagesNewAssetMenuView.Presenter

onNewFile

public void onNewFile()
Specified by:
onNewFile in interface PackagesNewAssetMenuView.Presenter

onRebuildAllPackages

public void onRebuildAllPackages()
Specified by:
onRebuildAllPackages in interface PackagesNewAssetMenuView.Presenter

onRebuildConfirmed

public void onRebuildConfirmed()
Specified by:
onRebuildConfirmed in interface PackagesNewAssetMenuView.Presenter


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