A class that represents a floating window.(c) SAP AG 2003-2006. All rights reserved. Gets the window contents url.This the url of an external file to be displayed in a secondary browser inside the window. Gets the window key.The window key is used for identifying the window. In case the window is <q ref="core.lib:WinFrame!reusable">reusable</q>, at most one window instance with the same key may exist. If the window is not reusable, then any number of windows with the same key exist. If omitted, the window key will be set to the window url.<q ref="core.lib:WinFrame!reusable">reusable</q> Gets the window behavioral mode.<h2></h2> <table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V><code>modal</code> </td><td>modal window </td></tr><tr><td class=V><code>amodal</code> </td><td>amodal window </td></tr><tr><td class=V><code>lens</code> </td><td>lens window </td></tr></table> Gets the window positioning mode.<h2></h2> <table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V><code>inside</code> </td><td>floating, inside canvas bounds </td></tr><tr><td class=V><code>unbound</code> </td><td>floating, without bounds </td></tr><tr><td class=V><code>fill</code> </td><td>fill entire canvas </td></tr><tr><td class=V><code>center</code> </td><td>position on canvas center </td></tr><tr><td class=V><i><code>side</i></code> </td><td>dock to canvas side (top, bottom, left, right) </td></tr></table> Indicates whether the window can be moved. Indicates whether the window can be resized. Indicates whether the window can be docked. Indicates whether the window can be reused.<q ref="core.lib:WinFrame!key">key</q> Gets the window board id, if the window is a board window. Closes the window. Reloads the window. Gets the window y position (relative to the canvas origin). Gets the window x position (relative to the canvas origin). Gets the window width. Gets the window height. Gets the minimum window width. Gets the minimum window height. Gets the maximum window width. Gets the maximum window height. Gets the margin to leave around the window. Centers the window on a given point.The new window x center.The new window y center.If the center point is omitted, the window will be centered in the middle of the canvas. Moves the window.The new window x position.The new window y position. Resizes the window.The new window width.The new window height. Raises the window to the front. Maximizes the window to fill the entire canvas. Restores the window to its last position. Gets the window background color.<h2></h2> <table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V><i><code>color</i></code> </td><td>color name / rgb code </td></tr><tr><td class=V><code>none</code> </td><td>no color (transparent) </td></tr></table> Gets the window border style.<h2></h2> <table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V><code>thick</code> </td><td>thick frame </td></tr><tr><td class=V><code>thin</code> </td><td>thin frame </td></tr><tr><td class=V><code>dash</code> </td><td>dashed frame </td></tr><tr><td class=V><code>double</code> </td><td>double frame </td></tr><tr><td class=V><code>none</code> </td><td>no frame </td></tr></table> Gets the window shadow style.<h2></h2> <table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V><code>none</code> </td><td>no shadow </td></tr><tr><td class=V><code>drop</code> </td><td>drop shadow </td></tr><tr><td class=V><code>gradient</code> </td><td>gradient shadow </td></tr></table> Gets the window opacity, between 0 (transparent) and 100 (opaque). Gets the window titlebar style.<h2></h2> <table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V><code>raised</code> </td><td>raised titlebar (3D) </td></tr><tr><td class=V><code>flat</code> </td><td>flat titlebar </td></tr><tr><td class=V><code>thin</code> </td><td>thin flat titlebar </td></tr><tr><td class=V><code>text</code> </td><td>text-only titlebar </td></tr><tr><td class=V><code>none</code> </td><td>no titlebar </td></tr></table> Gets the window titlebar color.<h2></h2> <table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V><code>auto</code> </td><td>color depends on titlebar style </td></tr><tr><td class=V><i><code>color</i></code> </td><td>explicit color name / rgb code </td></tr><tr><td class=V><code>none</code> </td><td>no color (transparent) </td></tr></table> Gets the window title text. Indicates whether to show the Close button. Indicates whether to show the Lock/Unlock button. Indicates whether to show the Maximize/Restore button. Sets the window title.The title text.