Class NewPerspectivePopUp
- java.lang.Object
-
- org.dashbuilder.client.cms.widget.NewPerspectivePopUp
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
@ApplicationScoped public class NewPerspectivePopUp extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNewPerspectivePopUp.View
-
Constructor Summary
Constructors Modifier Constructor Description protectedNewPerspectivePopUp()NewPerspectivePopUp(NewPerspectivePopUpView view, org.jboss.errai.common.client.api.Caller<org.uberfire.ext.layout.editor.api.PerspectiveServices> perspectiveServices, org.uberfire.ext.plugin.client.validation.PluginNameValidator pluginNameValidator, org.uberfire.client.mvp.PlaceManager placeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()protected org.uberfire.mvp.PlaceRequestgetPathPlaceRequest(org.uberfire.ext.plugin.model.Plugin response)voidhide()voidonCancel()voidonOK()voidshow()
-
-
-
Constructor Detail
-
NewPerspectivePopUp
protected NewPerspectivePopUp()
-
NewPerspectivePopUp
@Inject public NewPerspectivePopUp(NewPerspectivePopUpView view, org.jboss.errai.common.client.api.Caller<org.uberfire.ext.layout.editor.api.PerspectiveServices> perspectiveServices, org.uberfire.ext.plugin.client.validation.PluginNameValidator pluginNameValidator, org.uberfire.client.mvp.PlaceManager placeManager)
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
getPathPlaceRequest
protected org.uberfire.mvp.PlaceRequest getPathPlaceRequest(org.uberfire.ext.plugin.model.Plugin response)
-
show
public void show()
-
hide
public void hide()
-
onOK
public void onOK()
-
onCancel
public void onCancel()
-
-