|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.util.GrowlMessage
public class GrowlMessage
Contains configuration for displaying a growl message
Constructor Summary | |
---|---|
GrowlMessage()
|
Method Summary | |
---|---|
String |
getMessageKey()
Key for the growl message with the application resources |
String[] |
getMessageParameters()
One or more parameters for complete the growl message |
String |
getTheme()
Name of the growl theme to use (must be setup through the view growl property |
String |
getTitle()
Title for growl message (displays on top bar of growl) |
void |
setMessageKey(String messageKey)
Setter for the growl message key |
void |
setMessageParameters(String[] messageParameters)
Setter for the message parameters array |
void |
setTheme(String theme)
Setter for the growl theme to use |
void |
setTitle(String title)
Setter for the growl title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrowlMessage()
Method Detail |
---|
public String getTitle()
public void setTitle(String title)
title
- public String getMessageKey()
Growl message text must be externalized into a properties file where the message is given a key. This gives the key for which the message can be retrieved
public void setMessageKey(String messageKey)
messageKey
- public String[] getMessageParameters()
An externally defined message can contain one or more placeholders which will get completed from runtime variables. This array of strings is used for completing the message. The message parameters are filled based on the order or parameters within the array
public void setMessageParameters(String[] messageParameters)
messageParameters
- public String getTheme()
public void setTheme(String theme)
theme
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |