@Templated @Dependent public class NewPerspectivePopUpView extends Object implements NewPerspectivePopUp.View, org.jboss.errai.ui.client.local.api.IsElement
Constructor and Description |
---|
NewPerspectivePopUpView() |
Modifier and Type | Method and Description |
---|---|
void |
cancelClick(com.google.gwt.user.client.Event event) |
void |
errorDuplicatedName() |
void |
errorEmptyName() |
void |
errorInvalidName() |
org.gwtbootstrap3.client.ui.Modal |
getModal() |
String |
getName() |
String |
getStyle() |
void |
hide() |
void |
init(NewPerspectivePopUp presenter) |
void |
okClick(com.google.gwt.user.client.Event event) |
void |
show() |
public void init(NewPerspectivePopUp presenter)
init
in interface HasPresenter<NewPerspectivePopUp>
public org.gwtbootstrap3.client.ui.Modal getModal()
public void show()
show
in interface NewPerspectivePopUp.View
public void hide()
hide
in interface NewPerspectivePopUp.View
public String getName()
getName
in interface NewPerspectivePopUp.View
public String getStyle()
getStyle
in interface NewPerspectivePopUp.View
public void errorEmptyName()
errorEmptyName
in interface NewPerspectivePopUp.View
public void errorInvalidName()
errorInvalidName
in interface NewPerspectivePopUp.View
public void errorDuplicatedName()
errorDuplicatedName
in interface NewPerspectivePopUp.View
@SinkNative(value=1) @EventHandler(value="okButton") public void okClick(com.google.gwt.user.client.Event event)
@SinkNative(value=1) @EventHandler(value="cancelButton") public void cancelClick(com.google.gwt.user.client.Event event)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.