|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.htmlutil.PopupHTMLUtils
This class contains convenience methods simplifying the generation of links and methods for popup browser windows, such as "wizard" actions. There is a special set of "wizard window" convenience methods which provide a standard set of JavaScript for use by all wizard-launching pages for consistent launching and cleanup behavior:
Constructor Summary | |
PopupHTMLUtils()
|
Method Summary | |
static String |
getLaunchWindowURLWrapper(String url,
String windowName,
int width,
int height)
Returns a javascript pseudo url of the form: javascript: launchWindow(' |
static String |
getLaunchWindowURLWrapper(String url,
String windowName,
int width,
int height,
String windowProps)
Returns a javascript pseudo url of the form: javascript: launchWindow(' |
static String |
getLaunchWindowURLWrapper(String url,
String windowName,
String methodName,
int width,
int height)
Returns a javascript pseudo url of the form: javascript: |
static String |
getLaunchWindowURLWrapper(String url,
String windowName,
String methodName,
int width,
int height,
String windowProps)
Returns a javascript pseudo url of the form: javascript: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PopupHTMLUtils()
Method Detail |
public static String getLaunchWindowURLWrapper(String url, String windowName, String methodName, int width, int height, String windowProps)
public static String getLaunchWindowURLWrapper(String url, String windowName, int width, int height)
public static String getLaunchWindowURLWrapper(String url, String windowName, String methodName, int width, int height)
public static String getLaunchWindowURLWrapper(String url, String windowName, int width, int height, String windowProps)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |