Class Index | File Index

Classes


Class zwt.ui.Frame


Extends zwt.ui.Widget.

A Frame widget.

CSS rules

.zwt_frame {}

Defined in: Frame.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Construct a frame.
Method Summary
Method Attributes Method Name and Description
 
Return this frame's URL.
 
setURL(string_url)
Set the URL of the frame.
Methods borrowed from class zwt.ui.Widget:
addStyle, draw, getContextFill, getDimension, getElement, getElementDimension, getFill, getFocusEventManager, getId, getKeyboardEventManager, getParent, getRelativeLeft, getRelativeTop, getStyle, getWheelEventManager, hasFocus, hasStyle, isFocusable, isVisible, onEvent, processContentEvent, processEvent, processFocusEvent, processKeyboardEvent, processWheelEvent, redraw, removeStyle, replaceStyle, setFill, setFocusable, setId, setStyle, setVisible
Class Detail
zwt.ui.Frame()
Construct a frame.
Author: Jeremy KUHN.
Method Detail
{String} getURL()
Return this frame's URL.
Returns:
The URL

setURL(string_url)
Set the URL of the frame.
Parameters:
{String} string_url
The URL to set

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 12 2012 02:07:53 GMT+0100 (CET)