|
|||||||||
| 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
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 |
|---|
public java.lang.String title
public java.lang.String text
public Params params
public int display
public int width
public int height
public Listener<ComponentEvent> listener
| Constructor Detail |
|---|
public InfoConfig(java.lang.String title,
java.lang.String text)
public InfoConfig(java.lang.String title,
java.lang.String text,
Params params)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||