Interface AppsHomePresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<AppsHomePresenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<AppsHomePresenter>
- All Known Implementing Classes:
AppsHomeView
- Enclosing class:
- AppsHomePresenter
public static interface AppsHomePresenter.View extends org.uberfire.client.mvp.UberView<AppsHomePresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidsetupAddDir(org.uberfire.mvp.ParameterizedCommand<String> clickCommand, org.uberfire.ext.apps.api.Directory currentDirectory)voidsetupBreadcrumbs(List<org.uberfire.ext.apps.api.DirectoryBreadcrumb> breadcrumbs, org.uberfire.mvp.ParameterizedCommand<String> breadCrumbAction)voidsetupChildComponents(List<String> childComponents, org.uberfire.mvp.ParameterizedCommand<String> stringParameterizedCommand)voidsetupChildsDirectories(List<org.uberfire.ext.apps.api.Directory> childsDirectories, org.uberfire.mvp.ParameterizedCommand<String> clickCommand, org.uberfire.mvp.ParameterizedCommand<String> deleteCommand)
-
-
-
Method Detail
-
setupBreadcrumbs
void setupBreadcrumbs(List<org.uberfire.ext.apps.api.DirectoryBreadcrumb> breadcrumbs, org.uberfire.mvp.ParameterizedCommand<String> breadCrumbAction)
-
setupAddDir
void setupAddDir(org.uberfire.mvp.ParameterizedCommand<String> clickCommand, org.uberfire.ext.apps.api.Directory currentDirectory)
-
setupChildsDirectories
void setupChildsDirectories(List<org.uberfire.ext.apps.api.Directory> childsDirectories, org.uberfire.mvp.ParameterizedCommand<String> clickCommand, org.uberfire.mvp.ParameterizedCommand<String> deleteCommand)
-
clear
void clear()
-
-