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