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
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gwt.user.client.Element
void
hide()
protected void
void
show
(com.google.gwt.user.client.Element overlayContainer, com.google.gwt.user.client.Element element, boolean isShowing, String style, int index) protected void
showModalityCurtain
(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:
show
in interfacecom.vaadin.client.ui.NotificationDelegate
-
hide
public void hide()- Specified by:
hide
in 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()
-