org.rhq.enterprise.gui.legacy.util
Class CMsgElement
java.lang.Object
org.rhq.enterprise.gui.legacy.util.CMsgElement
public class CMsgElement
- extends Object
|
Field Summary |
String |
mouseover
mouseover is plaintext |
String[] |
params
params are plaintext, and will subtituted as {0} style parameters into the 'text' message |
String |
text
text is a key into ApplicationResources.properties |
String |
url
url is plaintext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
public String text
- text is a key into ApplicationResources.properties
url
public String url
- url is plaintext
mouseover
public String mouseover
- mouseover is plaintext
params
public String[] params
- params are plaintext, and will subtituted as {0} style parameters into the 'text' message
CMsgElement
public CMsgElement(String text)
CMsgElement
public CMsgElement(String text,
String url)
CMsgElement
public CMsgElement(String text,
String[] params)
CMsgElement
public CMsgElement(String text,
String url,
String[] params)
getText
public String getText()
getUrl
public String getUrl()
getParams
public String[] getParams()
getMouseover
public String getMouseover()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.