|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_object
f_shell
f_dialog
f_viewDialog
public class f_viewDialog
f_viewDialog represents popup modal view.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
f_viewDialog(any style)
Construct a new f_viewDialog with the specified
initial values. |
|
| Method Summary | |
|---|---|
String |
f_getParameter(String key)
Returns value associated to the parameter's key. |
String |
f_getViewURL()
Return the viewURL URL. |
void |
f_removeParameter(String key)
Delete a parameter. |
void |
f_setParameter(String key,
String value)
add or replace a parameter. |
void |
f_setViewURL(String viewURL)
Sets the viewURL URL. |
String |
toString()
Returns a string representing the specified object. |
| Methods inherited from class fa_immediate |
|---|
f_isImmediate |
| 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_viewDialog(any style)
Construct a new f_viewDialog with the specified
initial values.
| Method Detail |
|---|
public void f_setViewURL(String viewURL)
Sets the viewURL URL.
viewURL - public void f_removeParameter(String key)
Delete a parameter.
key - public String f_getParameter(String key)
Returns value associated to the parameter's key.
key -
public String toString()
Object
toString in class f_object
public void f_setParameter(String key,
String value)
add or replace a parameter.
key - value - public String f_getViewURL()
Return the viewURL URL.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||