Interface AlertBox.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<AlertBox>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<AlertBox>
- All Known Implementing Classes:
AlertBoxView
- Enclosing class:
- AlertBox
public static interface AlertBox.View extends org.uberfire.client.mvp.UberElement<AlertBox>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCloseEnabled(boolean enabled)voidsetLevel(AlertBox.Level level)voidsetMessage(String text)
-
-
-
Method Detail
-
setMessage
void setMessage(String text)
-
setLevel
void setLevel(AlertBox.Level level)
-
setCloseEnabled
void setCloseEnabled(boolean enabled)
-
-