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

Class FileUpload

source code

UIObject --+    
           |    
      Widget --+
               |
              FileUpload

A widget that wraps the HTML <input type='file'> element. This widget must be used with FormPanel if it is to be submitted to a server.

Instance Methods [hide private]
 
__init__(self) source code
 
getFilename(self) source code
 
getName(self) source code
 
setName(self, name) 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)
(Constructor)

source code 
Overrides: Widget.__init__