com.extjs.gxt.ui.client.widget
Class InfoConfig

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.InfoConfig

public class InfoConfig
extends java.lang.Object

Configuration settings for Info.


Field Summary
 int display
          The time in milliseconds to display a message (defaults to 2500).
 int height
          The info height (defaults to 75).
 java.lang.String html
          The info text as HTML (defaults to null).
 Listener<ComponentEvent> listener
          Listener to be notified when the info is displayed (defaults to null).
 Params params
          The index or key based substitution values.
 java.lang.String titleHtml
          The info title as HTML (defaults to null).
 int width
          The info width (defaults to 225).
 
Constructor Summary
InfoConfig(java.lang.String titleHtml, java.lang.String html)
          Creates a new instance.
InfoConfig(java.lang.String titleHtml, java.lang.String html, Params params)
          Creates a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

titleHtml

public java.lang.String titleHtml
The info title as HTML (defaults to null).


html

public java.lang.String html
The info text as HTML (defaults to null).


params

public Params params
The index or key based substitution values.


display

public int display
The time in milliseconds to display a message (defaults to 2500).


width

public int width
The info width (defaults to 225).


height

public int height
The info height (defaults to 75).


listener

public Listener<ComponentEvent> listener
Listener to be notified when the info is displayed (defaults to null).

Constructor Detail

InfoConfig

public InfoConfig(java.lang.String titleHtml,
                  java.lang.String html)
Creates a new instance.

Parameters:
titleHtml - the title as HTML
html - the text as HTML

InfoConfig

public InfoConfig(java.lang.String titleHtml,
                  java.lang.String html,
                  Params params)
Creates a new instance.

Parameters:
titleHtml - the title as HTML
html - the text as HTML
params - the params