public class CMsgElement extends Object
| Modifier and Type | Field and Description |
|---|---|
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
|
| Constructor and Description |
|---|
CMsgElement(String text) |
CMsgElement(String text,
String url) |
CMsgElement(String text,
String[] params) |
CMsgElement(String text,
String url,
String[] params) |
public String text
public String url
public String mouseover
public String[] params
public CMsgElement(String text)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.