|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.widget.InfoConfig
public class InfoConfig
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 |
|---|
public java.lang.String titleHtml
public java.lang.String html
public Params params
public int display
public int width
public int height
public Listener<ComponentEvent> listener
| Constructor Detail |
|---|
public InfoConfig(java.lang.String titleHtml,
java.lang.String html)
titleHtml - the title as HTMLhtml - the text as HTML
public InfoConfig(java.lang.String titleHtml,
java.lang.String html,
Params params)
titleHtml - the title as HTMLhtml - the text as HTMLparams - the params
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||