public interface Message
Modifier and Type | Method and Description |
---|---|
String |
getCssClass()
Gets the name of the CSS class associated with this message.
|
String |
getId()
Get the unique ID for this message.
|
String |
getText()
Get the text for this message
|
boolean |
isClosable()
Determines whether the message can be closed
|
boolean |
isVisible()
Determines whether the message should be shown
|
String getId()
String getText()
String getCssClass()
boolean isClosable()
boolean isVisible()
Copyright © 2003–2018 Atlassian. All rights reserved.