Class JmixNotificationConnector.JmixNotificationDelegate
java.lang.Object
io.jmix.ui.widget.client.notification.JmixNotificationConnector.JmixNotificationDelegate
- All Implemented Interfaces:
com.vaadin.client.ui.NotificationDelegate
- Enclosing class:
- JmixNotificationConnector
public class JmixNotificationConnector.JmixNotificationDelegate
extends Object
implements com.vaadin.client.ui.NotificationDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gwt.user.client.Elementvoidhide()protected voidvoidshow(com.google.gwt.user.client.Element overlayContainer, com.google.gwt.user.client.Element element, boolean isShowing, String style, int index) protected voidshowModalityCurtain(com.google.gwt.user.client.Element overlayContainer, com.google.gwt.user.client.Element element, boolean isShowing, int index)
-
Constructor Details
-
JmixNotificationDelegate
public JmixNotificationDelegate()
-
-
Method Details
-
show
public void show(com.google.gwt.user.client.Element overlayContainer, com.google.gwt.user.client.Element element, boolean isShowing, String style, int index) - Specified by:
showin interfacecom.vaadin.client.ui.NotificationDelegate
-
hide
public void hide()- Specified by:
hidein interfacecom.vaadin.client.ui.NotificationDelegate
-
getModalityCurtain
protected com.google.gwt.user.client.Element getModalityCurtain() -
showModalityCurtain
protected void showModalityCurtain(com.google.gwt.user.client.Element overlayContainer, com.google.gwt.user.client.Element element, boolean isShowing, int index) -
hideModalityCurtain
protected void hideModalityCurtain()
-