WT Toolkit 0.3.3

Class wtDisplayRow

Object
   |
   +--wtObject
         |
         +--wtWidget
               |
               +--wtDisplayRow

class wtDisplayRow
extends wtWidget


A display row used in a display table.
Defined in wt_widget.js


Constructor Summary
wtDisplayRow(<wtDisplay> _parent)
            Constructs a display row used in a display table.
 
Method Summary
 wtDisplayCell addWidget(<wtWidget> widget)
           Adds a widget towards the end of the display row.
 Array addWidgetList(<Array> widgetList)
           Adds a list of widgets into the display row to be contained in a series of display cells.
 Object base(<wtWidget> _parent, <String> _tagName)
           Constructs a widget based on a DOM node
 Object getValue()
           Tells the data value of the cell under the data column.
 Array getValueList()
           Tells all the data values of all display cells in this display row.
 void setDataColumn(<Integer> idx)
           Sets the data column index.
 
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, linkSignal, isAncestorOf, getStyle, setStyle
   
Methods inherited from class wtObject
startProxy, endProxy, toString, connect, disconnect, emit, setSlot, removeSlot, setSignal, removeSignal, get, set, addDependency, clearLapsedListeners
 

Constructor Detail

wtDisplayRow

wtDisplayRow(<wtDisplay> _parent)

Method Detail

addWidget

wtDisplayCell addWidget(<wtWidget> widget)

addWidgetList

Array addWidgetList(<Array> widgetList)

base

Object base(<wtWidget> _parent, <String> _tagName)

getValue

Object getValue()

getValueList

Array getValueList()

setDataColumn

void setDataColumn(<Integer> idx)

WT Toolkit 0.3.3

Documentation generated by JSDoc on Sun May 13 11:26:24 2007