@Dependent public class LienzoCanvasNotificationView extends Object implements LienzoCanvasNotification.View
| Constructor and Description |
|---|
LienzoCanvasNotificationView(FloatingView<com.google.gwt.user.client.ui.IsWidget> floatingView,
AlertView alertView) |
| Modifier and Type | Method and Description |
|---|---|
void |
at(double x,
double y) |
void |
destroy() |
void |
hide() |
void |
init() |
void |
setText(String text) |
void |
show() |
@Inject public LienzoCanvasNotificationView(FloatingView<com.google.gwt.user.client.ui.IsWidget> floatingView, AlertView alertView)
@PostConstruct public void init()
public void show()
show in interface LienzoCanvasNotification.Viewpublic void hide()
hide in interface LienzoCanvasNotification.Viewpublic void setText(String text)
setText in interface LienzoCanvasNotification.Viewpublic void at(double x,
double y)
at in interface LienzoCanvasNotification.View@PreDestroy public void destroy()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.