Class wtSpacer
Object
|
+--wtObject
|
+--wtWidget
|
+--wtSpacer
-
Direct Known Subclasses:
-
wtBlockSpacer
- class
wtSpacer
- extends wtWidget
An area of empty space with inline layout.
Defined in wt_widget.js
Constructor Summary |
wtSpacer(<wtWidget|DOM_Node> _parent, <String> _width, <String> _height)
Constructs an area of empty space with inline layout for separation purpose.
|
Method Summary |
Object
|
base(<wtWidget> _parent, <String> _tagName)
Constructs a widget based on a DOM node
|
Methods inherited from class wtWidget |
setStaticPosition, setRelativePosition, setAbsolutePosition, getAbsolutePosition, getScreenPosition, setPosition, setSize, setVisible, setDisplay, setAlpha, setDraggable, setDragArea, unsetDragArea, setSelectable, setEnabled, isEnabled, isInside, removeSelf, clearAll, setLevel, addWidget, linkSignal, isAncestorOf, getStyle, setStyle
|
Methods inherited from class wtObject |
startProxy, endProxy, toString, connect, disconnect, emit, setSlot, removeSlot, setSignal, removeSignal, get, set, addDependency, clearLapsedListeners
|
wtSpacer
wtSpacer(<wtWidget|DOM_Node> _parent, <String> _width, <String> _height)
Constructs an area of empty space with inline layout for separation purpose.
Parameters:
_parent
- The parent container for adding this widget to. Can also be a DOM node or null.
_width
- The widget's width as a CSS length quantity.
_height
- The widget's height as a CSS height quantity.
base
Object base(<wtWidget> _parent, <String> _tagName)
Constructs a widget based on a DOM node
Parameters:
_parent
- The container widget to add this widget to. Can also be a DOM node like document.body. Fill in null if you don't want to immediately add this widget to a container.
_tagName
- The new DOM node's HTML tag
Documentation generated by
JSDoc on Sun May 13 11:26:24 2007