|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_object
f_shell
f_dialog
f_waitingShell
public final class f_waitingShell
f_waitingShell represents popup modal window.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
f_waitingShell(String imageURL,
String text,
Number width,
Number height,
any showOnSubmit,
String backgroundMode)
Construct a new f_waitingShell with the specified
initial values. |
|
| Method Summary | |
|---|---|
static void |
WaitForSubmit()
|
String |
f_getImageResolvedURL()
Gets the image resolved URL. |
String |
f_getImageURL()
Gets the image URL. |
String |
f_getText()
|
void |
f_installShowOnSubmit()
|
void |
f_setImageURL(String imageURL)
Sets the image URL. |
void |
f_setText(String text)
|
String |
toString()
Returns a string representing the specified object. |
| Methods inherited from class fa_eventTarget |
|---|
f_addEventListener, f_fireEvent, f_removeEventListener |
| Methods inherited from class f_object |
|---|
f_getClass, toString |
| Methods inherited from class Object |
|---|
toString |
| Constructor Detail |
|---|
public f_waitingShell(String imageURL,
String text,
Number width,
Number height,
any showOnSubmit,
String backgroundMode)
Construct a new f_waitingShell with the specified
initial values.
imageURL - text - width - height - backgroundMode - | Method Detail |
|---|
public String f_getImageResolvedURL()
Gets the image resolved URL.
public void f_setText(String text)
text - public static void WaitForSubmit()
public String f_getImageURL()
Gets the image URL.
public void f_setImageURL(String imageURL)
Sets the image URL.
imageURL - (or null)public String toString()
Object
toString in class f_objectpublic String f_getText()
public void f_installShowOnSubmit()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||