Class 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
    • Constructor Detail

      • AlertPanel

        public AlertPanel()
    • Method Detail

      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • show

        public void show​(org.gwtbootstrap3.client.ui.constants.AlertType severity,
                         String message,
                         Integer width,
                         org.uberfire.mvp.Command onOk,
                         org.uberfire.mvp.Command onCancel)