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

Configuation 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).
 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 text
          The info text (defaults to null).
 java.lang.String title
          The info title (defaults to null).
 int width
          The info width (defaults to 225).
 
Constructor Summary
InfoConfig(java.lang.String title, java.lang.String text)
           
InfoConfig(java.lang.String title, java.lang.String text, Params params)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

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


text

public java.lang.String text
The info text (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 title,
                  java.lang.String text)

InfoConfig

public InfoConfig(java.lang.String title,
                  java.lang.String text,
                  Params params)