Class AlertPanel
- java.lang.Object
-
- org.dashbuilder.common.client.widgets.AlertPanel
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class AlertPanel extends Object implements com.google.gwt.user.client.ui.IsWidget
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAlertPanel.View
-
Constructor Summary
Constructors Constructor Description AlertPanel()AlertPanel(AlertPanel.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()voidshow(org.gwtbootstrap3.client.ui.constants.AlertType severity, String message, Integer width, org.uberfire.mvp.Command onOk, org.uberfire.mvp.Command onCancel)
-
-
-
Constructor Detail
-
AlertPanel
public AlertPanel()
-
AlertPanel
@Inject public AlertPanel(AlertPanel.View view)
-
-