@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.Presenterpublic void onOK(String name, PluginType type)
onOK in interface NewPluginPopUpView.Presenterprotected PlaceRequest getPathPlaceRequest(Plugin response)
public void onCancel()
onCancel in interface NewPluginPopUpView.Presenterpublic void show(PluginType type)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.