Trees | Indices | Help |
|
---|
|
UIObject is the base class for user interface objects.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Set the height of the element associated with this UIObject. The value should be given as a CSS value, such as 100px, 30%, or 50pi |
Set the width and height of the element associated with this UIObject in pixels. Width and height should be numbers. |
Set the width and height of the element associated with this UIObject. The values should be given as a CSS value, such as 100px, 30%, or 50pi |
Append a style to the element associated with this UIObject. This is a CSS class name. It will be added after any already-assigned CSS class for the element. |
Remove a style from the element associated with this UIObject. This is a CSS class name. |
When called with a single argument, this replaces all the CSS classes associated with this UIObject's element with the given parameter. Otherwise, this is assumed to be a worker function for addStyleName and removeStyleName. |
Set the width of the element associated with this UIObject. The value should be given as a CSS value, such as 100px, 30%, or 50pi |
Request that the given events be delivered to the event handler for this element. The event bits passed are added (using inclusive OR) to the events already "sunk" for the element associated with the UIObject. The event bits are a combination of values from class Event. |
Set whether this element is visible or not. If a single parameter is given, the self.element is used. This modifies the CSS property 'display', which means that an invisible element not only is not drawn, but doesn't occupy any space on the page. |
Reverse the operation of sinkEvents. See UIObject.sinkEvents. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 2 16:27:58 2008 | http://epydoc.sourceforge.net |