Interface NewPluginPopUpView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<NewPluginPopUpView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<NewPluginPopUpView.Presenter>
- All Known Implementing Classes:
NewPluginPopUpViewImpl
public interface NewPluginPopUpView extends org.uberfire.client.mvp.UberView<NewPluginPopUpView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNewPluginPopUpView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringduplicatedName()StringemptyName()voidhandleNameValidationError(String errorMessage)voidhide()StringinvalidName()voidshow(org.uberfire.ext.plugin.model.PluginType type)
-