org.rhq.enterprise.gui.legacy.util
Class CMsgElement

java.lang.Object
  extended by 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
 
Constructor Summary
CMsgElement(String text)
           
CMsgElement(String text, String url)
           
CMsgElement(String text, String[] params)
           
CMsgElement(String text, String url, String[] params)
           
 
Method Summary
 String getMouseover()
           
 String[] getParams()
           
 String getText()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

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)
Method Detail

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.