@Templated(stylesheet="InlineNotification.css") @Dependent public class InlineNotification extends Object implements org.jboss.errai.common.client.api.IsElement
Modifier and Type | Class and Description |
---|---|
static class |
InlineNotification.InlineNotificationType |
Constructor and Description |
---|
InlineNotification() |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
setDismissable() |
void |
setMessage(List<String> messages) |
void |
setMessage(String message) |
void |
setType(InlineNotification.InlineNotificationType type) |
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
public void setMessage(String message)
public void setDismissable()
public void setType(InlineNotification.InlineNotificationType type)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.