org.drools.guvnor.client.widgets.assetviewer
Interface AssetViewerActivityView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
AssetViewerActivityViewImpl

public interface AssetViewerActivityView
extends com.google.gwt.user.client.ui.IsWidget

What the Asset Viewer is capable of doing


Nested Class Summary
static interface AssetViewerActivityView.Presenter
           
 
Method Summary
 void addAssetFormat(List<String> formatsInList, Boolean formatIsRegistered, String title, com.google.gwt.resources.client.ImageResource icon, PackageConfigData packageConfigData, ClientFactory clientFactory)
           
 void closeLoadingPackageInformationMessage()
           
 void showHasNoAssetsWarning(boolean isVisible)
           
 void showLoadingPackageInformationMessage()
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

addAssetFormat

void addAssetFormat(List<String> formatsInList,
                    Boolean formatIsRegistered,
                    String title,
                    com.google.gwt.resources.client.ImageResource icon,
                    PackageConfigData packageConfigData,
                    ClientFactory clientFactory)

showLoadingPackageInformationMessage

void showLoadingPackageInformationMessage()

closeLoadingPackageInformationMessage

void closeLoadingPackageInformationMessage()

showHasNoAssetsWarning

void showHasNoAssetsWarning(boolean isVisible)


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