Package pyjamas :: Module ui :: Class Frame
[hide private]
[frames] | no frames]

Class Frame

source code

UIObject --+    
           |    
      Widget --+
               |
              Frame

A widget that wraps an IFRAME element, which can contain an arbitrary web site.

Note that if you are using History, any browser history items generated by the Frame will interleave with your application's history.

Instance Methods [hide private]
 
__init__(self, url="") source code
 
getUrl(self) source code
 
setUrl(self, url) source code

Inherited from Widget: getID, getLayoutData, getParent, isAttached, onAttach, onBrowserEvent, onDetach, onLoad, removeFromParent, setID, setLayoutData, setParent

Inherited from UIObject: addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setWidth, setzIndex, sinkEvents, unsinkEvents

Method Details [hide private]

__init__(self, url="")
(Constructor)

source code 
Overrides: Widget.__init__