@ApplicationScoped public class NewPerspectivePopUp extends Object implements org.jboss.errai.common.client.api.IsElement
Modifier and Type | Class and Description |
---|---|
static interface |
NewPerspectivePopUp.View |
Modifier | Constructor and Description |
---|---|
protected |
NewPerspectivePopUp() |
|
NewPerspectivePopUp(NewPerspectivePopUpView view,
org.jboss.errai.common.client.api.Caller<PerspectiveServices> perspectiveServices,
PluginNameValidator pluginNameValidator,
PlaceManager placeManager) |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
protected PlaceRequest |
getPathPlaceRequest(Plugin response) |
void |
hide() |
void |
onCancel() |
void |
onOK() |
void |
show() |
protected NewPerspectivePopUp()
@Inject public NewPerspectivePopUp(NewPerspectivePopUpView view, org.jboss.errai.common.client.api.Caller<PerspectiveServices> perspectiveServices, PluginNameValidator pluginNameValidator, PlaceManager placeManager)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
protected PlaceRequest getPathPlaceRequest(Plugin response)
public void show()
public void hide()
public void onOK()
public void onCancel()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.