Package org.drools.guvnor.client.explorer.navigation.modules

Examples of org.drools.guvnor.client.explorer.navigation.modules.SOAServicesNewAssetMenu


    }

    //TODO: get from configuration instead of hard coding. - JLIU
    public Widget getModulesNewAssetMenu(String perspectiveType) {
        if ( SOAPerspective.SOA_PERSPECTIVE.equals( perspectiveType ) ) {
            return (new SOAServicesNewAssetMenu( clientFactory,
                                                 eventBus )).asWidget();
        } else if ( AuthorPerspective.AUTHOR_PERSPECTIVE.equals( perspectiveType ) ) {
            return (new PackagesNewAssetMenu( clientFactory,
                                              eventBus )).asWidget();
        } else {
View Full Code Here


    }

    //TODO: get from configuration instead of hard coding. - JLIU
    public Widget getModulesNewAssetMenu(String perspectiveType) {
        if ( SOAPerspective.SOA_PERSPECTIVE.equals( perspectiveType ) ) {
            return (new SOAServicesNewAssetMenu( clientFactory,
                                                 eventBus )).asWidget();
        } else if ( AuthorPerspective.AUTHOR_PERSPECTIVE.equals( perspectiveType ) ) {
            return (new PackagesNewAssetMenu( clientFactory,
                                              eventBus )).asWidget();
        } else {
View Full Code Here

TOP

Related Classes of org.drools.guvnor.client.explorer.navigation.modules.SOAServicesNewAssetMenu

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.