public static interface AppsHomePresenter.View extends UberView<AppsHomePresenter>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
setupAddDir(ParameterizedCommand<String> clickCommand,
Directory currentDirectory) |
void |
setupBreadCrumbs(List<DirectoryBreadCrumb> breadcrumbs,
ParameterizedCommand<String> breadCrumbAction) |
void |
setupChildComponents(List<String> childComponents,
ParameterizedCommand<String> stringParameterizedCommand) |
void |
setupChildsDirectories(List<Directory> childsDirectories,
ParameterizedCommand<String> clickCommand,
ParameterizedCommand<String> deleteCommand) |
void setupBreadCrumbs(List<DirectoryBreadCrumb> breadcrumbs, ParameterizedCommand<String> breadCrumbAction)
void setupAddDir(ParameterizedCommand<String> clickCommand, Directory currentDirectory)
void setupChildsDirectories(List<Directory> childsDirectories, ParameterizedCommand<String> clickCommand, ParameterizedCommand<String> deleteCommand)
void clear()
void setupChildComponents(List<String> childComponents, ParameterizedCommand<String> stringParameterizedCommand)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.