Class NewPluginPopUp
- java.lang.Object
-
- org.uberfire.ext.plugin.client.widget.popup.NewPluginPopUp
-
- All Implemented Interfaces:
NewPluginPopUpView.Presenter
@ApplicationScoped public class NewPluginPopUp extends Object implements NewPluginPopUpView.Presenter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNewPluginPopUp()NewPluginPopUp(NewPluginPopUpView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleValidatorgetNameValidator()protected org.uberfire.mvp.PlaceRequestgetPathPlaceRequest(org.uberfire.ext.plugin.model.Plugin response)voidonCancel()voidonOK(String name, org.uberfire.ext.plugin.model.PluginType type)voidshow(org.uberfire.ext.plugin.model.PluginType type)
-
-
-
Constructor Detail
-
NewPluginPopUp
protected NewPluginPopUp()
-
NewPluginPopUp
@Inject public NewPluginPopUp(NewPluginPopUpView view)
-
-
Method Detail
-
getNameValidator
public RuleValidator getNameValidator()
- Specified by:
getNameValidatorin interfaceNewPluginPopUpView.Presenter
-
onOK
public void onOK(String name, org.uberfire.ext.plugin.model.PluginType type)
- Specified by:
onOKin interfaceNewPluginPopUpView.Presenter
-
getPathPlaceRequest
protected org.uberfire.mvp.PlaceRequest getPathPlaceRequest(org.uberfire.ext.plugin.model.Plugin response)
-
onCancel
public void onCancel()
- Specified by:
onCancelin interfaceNewPluginPopUpView.Presenter
-
show
public void show(org.uberfire.ext.plugin.model.PluginType type)
-
-