|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.util.AbstractKeyValue
org.kuali.rice.krad.uif.util.KeyMessage
public class KeyMessage
KeyMessage object for key-value pairs that contain rich content in the value portion. By translating this content to message, the content will be parsed and replaced appropriately for KeyValue controls.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.core.api.util.AbstractKeyValue |
|---|
key, value |
| Constructor Summary | |
|---|---|
KeyMessage(String key,
String value,
Message message)
Constructor for KeyMessage |
|
| Method Summary | |
|---|---|
Message |
getMessage()
Get the message. |
void |
setKey(String key)
Set the key |
void |
setMessage(Message message)
Set the message. |
void |
setValue(String value)
Set the value |
| Methods inherited from class org.kuali.rice.core.api.util.AbstractKeyValue |
|---|
getKey, getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyMessage(String key,
String value,
Message message)
key - keyvalue - valuemessage - message with messageText set to value| Method Detail |
|---|
public void setKey(String key)
key - public void setValue(String value)
value - public Message getMessage()
public void setMessage(Message message)
message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||