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) |
init
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–2020 JBoss by Red Hat. All rights reserved.