public class Message extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Message.STYLE |
| Constructor and Description |
|---|
Message(String text,
Message.STYLE style) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
danger(String text) |
static Message |
defaultMsg(String text) |
Message.STYLE |
getStyle() |
String |
getStyleClass() |
String |
getText() |
void |
setStyle(Message.STYLE style) |
void |
setText(String text) |
static Message |
success(String text) |
String |
toString() |
static Message |
warn(String text) |
public Message(String text, Message.STYLE style)
public Message.STYLE getStyle()
public String getStyleClass()
public String getText()
public void setStyle(Message.STYLE style)
public void setText(String text)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.