Class LienzoCanvasNotificationView
- java.lang.Object
-
- org.kie.workbench.common.stunner.client.lienzo.components.views.LienzoCanvasNotificationView
-
- All Implemented Interfaces:
LienzoCanvasNotification.View
@Dependent public class LienzoCanvasNotificationView extends Object implements LienzoCanvasNotification.View
-
-
Constructor Summary
Constructors Constructor Description LienzoCanvasNotificationView(org.kie.workbench.common.stunner.core.client.components.views.FloatingView<com.google.gwt.user.client.ui.IsWidget> floatingView, AlertView alertView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidat(double x, double y)voiddestroy()voidhide()voidinit()voidsetText(String text)voidshow()
-
-
-
Constructor Detail
-
LienzoCanvasNotificationView
@Inject public LienzoCanvasNotificationView(org.kie.workbench.common.stunner.core.client.components.views.FloatingView<com.google.gwt.user.client.ui.IsWidget> floatingView, AlertView alertView)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
show
public void show()
- Specified by:
showin interfaceLienzoCanvasNotification.View
-
hide
public void hide()
- Specified by:
hidein interfaceLienzoCanvasNotification.View
-
setText
public void setText(String text)
- Specified by:
setTextin interfaceLienzoCanvasNotification.View
-
at
public void at(double x, double y)- Specified by:
atin interfaceLienzoCanvasNotification.View
-
destroy
@PreDestroy public void destroy()
-
-