@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 ArtifactListPresenter
public void setup(ColumnType... columns)
setup
in interface ArtifactListPresenter
public void notifyOnRefresh(boolean notify)
notifyOnRefresh
in interface ArtifactListPresenter
public void refresh()
refresh
in interface ArtifactListPresenter
public void search(String filter)
search
in interface ArtifactListPresenter
public void search(String filter, List<String> fileFormats)
search
in interface ArtifactListPresenter
public void onOpenPom(String path)
onOpenPom
in interface ArtifactListPresenter
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.