@ApplicationScoped public class NewPluginPopUp extends Object implements NewPluginPopUpView.Presenter
Modifier | Constructor and Description |
---|---|
protected |
NewPluginPopUp() |
|
NewPluginPopUp(NewPluginPopUpView view) |
Modifier and Type | Method and Description |
---|---|
RuleValidator |
getNameValidator() |
protected PlaceRequest |
getPathPlaceRequest(Plugin response) |
void |
onCancel() |
void |
onOK(String name,
PluginType type) |
void |
show(PluginType type) |
protected NewPluginPopUp()
@Inject public NewPluginPopUp(NewPluginPopUpView view)
public RuleValidator getNameValidator()
getNameValidator
in interface NewPluginPopUpView.Presenter
public void onOK(String name, PluginType type)
onOK
in interface NewPluginPopUpView.Presenter
protected PlaceRequest getPathPlaceRequest(Plugin response)
public void onCancel()
onCancel
in interface NewPluginPopUpView.Presenter
public void show(PluginType type)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.