public interface ArtifactListPresenter
Modifier and Type | Method and Description |
---|---|
ArtifactListView |
getView() |
void |
notifyOnRefresh(boolean notify) |
void |
onOpenPom(String path) |
void |
refresh() |
void |
search(String filter) |
void |
search(String filter,
List<String> fileFormats) |
void |
setup(ColumnType... columns) |
ArtifactListView getView()
void setup(ColumnType... columns)
void notifyOnRefresh(boolean notify)
void search(String filter)
void refresh()
void onOpenPom(String path)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.