org.kie.uberfire.apps.client.home
Interface AppsHomePresenter.View
- All Superinterfaces:
- 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>
| Methods inherited from interface org.uberfire.client.mvp.UberView |
init |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
setupBreadCrumbs
void setupBreadCrumbs(List<DirectoryBreadCrumb> breadcrumbs,
org.uberfire.mvp.ParameterizedCommand<String> breadCrumbAction)
setupAddDir
void setupAddDir(org.uberfire.mvp.ParameterizedCommand<String> clickCommand)
setupChildsDirectories
void setupChildsDirectories(List<Directory> childsDirectories,
org.uberfire.mvp.ParameterizedCommand<String> clickCommand,
org.uberfire.mvp.ParameterizedCommand<String> deleteCommand)
clear
void clear()
setupChildComponents
void setupChildComponents(List<String> childComponents,
org.uberfire.mvp.ParameterizedCommand<String> stringParameterizedCommand)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.