Project Editor Client 6.0.0.Beta2

org.kie.guvnor.projecteditor.client.forms
Class DependencySelectorPopup

java.lang.Object
  extended by org.kie.guvnor.projecteditor.client.forms.DependencySelectorPopup
All Implemented Interfaces:
DependencySelectorPopupView.Presenter

public class DependencySelectorPopup
extends Object
implements DependencySelectorPopupView.Presenter


Constructor Summary
DependencySelectorPopup(DependencySelectorPopupView view, org.jboss.errai.ioc.client.api.Caller<org.kie.guvnor.m2repo.service.M2RepoService> m2RepoService)
           
 
Method Summary
 void addSelectionHandler(GAVSelectionHandler selectionHandler)
           
 void onPathSelection(String pathToDependency)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencySelectorPopup

@Inject
public DependencySelectorPopup(DependencySelectorPopupView view,
                                      org.jboss.errai.ioc.client.api.Caller<org.kie.guvnor.m2repo.service.M2RepoService> m2RepoService)
Method Detail

show

public void show()

onPathSelection

public void onPathSelection(String pathToDependency)
Specified by:
onPathSelection in interface DependencySelectorPopupView.Presenter

addSelectionHandler

public void addSelectionHandler(GAVSelectionHandler selectionHandler)

Project Editor Client 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.