Class InlineNotification
- java.lang.Object
-
- org.uberfire.client.views.pfly.widgets.InlineNotification
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
@Templated(stylesheet="InlineNotification.css") @Dependent public class InlineNotification extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInlineNotification.InlineNotificationType
-
Constructor Summary
Constructors Constructor Description InlineNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()voidsetDismissable()voidsetMessage(String message)voidsetMessage(List<String> messages)voidsetType(InlineNotification.InlineNotificationType type)
-
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
setMessage
public void setMessage(String message)
-
setDismissable
public void setDismissable()
-
setType
public void setType(InlineNotification.InlineNotificationType type)
-
-