@Dependent public class ArtifactListPresenterImpl extends Object implements ArtifactListPresenter
| Constructor and Description |
|---|
ArtifactListPresenterImpl(ArtifactListView view,
org.jboss.errai.common.client.api.Caller<M2RepoService> m2RepoService,
javax.enterprise.event.Event<NotificationEvent> notification) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactListView |
getView() |
void |
init() |
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) |
@Inject public ArtifactListPresenterImpl(ArtifactListView view, org.jboss.errai.common.client.api.Caller<M2RepoService> m2RepoService, javax.enterprise.event.Event<NotificationEvent> notification)
@PostConstruct public void init()
public ArtifactListView getView()
getView in interface ArtifactListPresenterpublic void setup(ColumnType... columns)
setup in interface ArtifactListPresenterpublic void notifyOnRefresh(boolean notify)
notifyOnRefresh in interface ArtifactListPresenterpublic void refresh()
refresh in interface ArtifactListPresenterpublic void search(String filter)
search in interface ArtifactListPresenterpublic void search(String filter, List<String> fileFormats)
search in interface ArtifactListPresenterpublic void onOpenPom(String path)
onOpenPom in interface ArtifactListPresenterCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.