new Location()
Enumeration of location of widget.
Members
-
(static) CENTER
-
Show widget at center of browser window visible area.
-
(static) CENTER_OR_FULLFILL
-
Widget will be shown at center of window if its initial size smaller than window, or fullfill the whole visible area if its intial size larger than window.
-
(static) DEFAULT
-
Show widget as is, no special position handling will be done.
-
(static) FULLFILL
-
Widget will fill all area of browser window visible area.