Package org.guvnor.m2repo.client.widgets
Class ArtifactListPresenterImpl
- java.lang.Object
-
- org.guvnor.m2repo.client.widgets.ArtifactListPresenterImpl
-
- All Implemented Interfaces:
ArtifactListPresenter
@Dependent public class ArtifactListPresenterImpl extends Object implements ArtifactListPresenter
-
-
Constructor Summary
Constructors Constructor Description ArtifactListPresenterImpl(ArtifactListView view, org.jboss.errai.common.client.api.Caller<org.guvnor.m2repo.service.M2RepoService> m2RepoService, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactListViewgetView()voidinit()voidnotifyOnRefresh(boolean notify)voidonOpenPom(String path)voidrefresh()voidsearch(String filter)voidsearch(String filter, List<String> fileFormats)voidsetup(ColumnType... columns)
-
-
-
Constructor Detail
-
ArtifactListPresenterImpl
@Inject public ArtifactListPresenterImpl(ArtifactListView view, org.jboss.errai.common.client.api.Caller<org.guvnor.m2repo.service.M2RepoService> m2RepoService, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getView
public ArtifactListView getView()
- Specified by:
getViewin interfaceArtifactListPresenter
-
setup
public void setup(ColumnType... columns)
- Specified by:
setupin interfaceArtifactListPresenter
-
notifyOnRefresh
public void notifyOnRefresh(boolean notify)
- Specified by:
notifyOnRefreshin interfaceArtifactListPresenter
-
refresh
public void refresh()
- Specified by:
refreshin interfaceArtifactListPresenter
-
search
public void search(String filter)
- Specified by:
searchin interfaceArtifactListPresenter
-
search
public void search(String filter, List<String> fileFormats)
- Specified by:
searchin interfaceArtifactListPresenter
-
onOpenPom
public void onOpenPom(String path)
- Specified by:
onOpenPomin interfaceArtifactListPresenter
-
-