Interface AlertPanel.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<AlertPanel>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<AlertPanel>
- All Known Implementing Classes:
AlertPanelView
- Enclosing class:
- AlertPanel
public static interface AlertPanel.View extends org.uberfire.client.mvp.UberView<AlertPanel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshow(org.gwtbootstrap3.client.ui.constants.AlertType severity, String message, Integer width, org.uberfire.mvp.Command onOk, org.uberfire.mvp.Command onCancel)
-