Guvnor - Asset Management Client 6.2.0.CR4

org.guvnor.asset.management.client.editors.repository.structure
Interface RepositoryStructureView

All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
RepositoryStructureViewImpl

public interface RepositoryStructureView
extends org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget


Nested Class Summary
static interface RepositoryStructureView.Presenter
           
 
Method Summary
 void clear()
           
 ConfigureScreenPopupViewImpl getConfigureScreenPopupView()
           
 RepositoryStructureDataView getDataView()
           
 ProjectModulesView getModulesView()
           
 PromoteScreenPopupViewImpl getPromoteScreenPopupView()
           
 ReleaseScreenPopupViewImpl getReleaseScreenPopupView()
           
 void setModel(RepositoryStructureModel model)
           
 void setModulesViewVisible(boolean visible)
           
 void setPresenter(RepositoryStructurePresenter repositoryStructurePresenter)
           
 
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(RepositoryStructurePresenter repositoryStructurePresenter)

getDataView

RepositoryStructureDataView getDataView()

getModulesView

ProjectModulesView getModulesView()

setModel

void setModel(RepositoryStructureModel model)

setModulesViewVisible

void setModulesViewVisible(boolean visible)

clear

void clear()

getReleaseScreenPopupView

ReleaseScreenPopupViewImpl getReleaseScreenPopupView()

getConfigureScreenPopupView

ConfigureScreenPopupViewImpl getConfigureScreenPopupView()

getPromoteScreenPopupView

PromoteScreenPopupViewImpl getPromoteScreenPopupView()

Guvnor - Asset Management Client 6.2.0.CR4

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