Sydney

Class TableColumn

Object
   |
   +--Widget
         |
         +--TableColumn

class TableColumn
extends Widget

Defined in table_column.js


Field Summary
<static>  <final> int SORT_ASCENDING
          Indicates that a column is sorted in ascending order.
<static>  <final> int SORT_DESCENDING
          Indicates that a column is sorted in descending order.
<static>  <final> int SORT_NONE
          Indicates that a column is not sorted.
   
Fields inherited from class Widget
html, id, parent, layoutData, eventTable
 
Constructor Summary
TableColumn (text)
            Creates a table column.
 
Method Summary
 DOMNode getText()
           Returns the text currently displayed in this column header.
 void setSortDirection(<int> sortDir)
           Sets the column's sort direction to sortDir.
 void setText(<Object> text)
           Sets this column header's display.
 
Methods inherited from class Widget
installContextMenu, installDefaultContextMenu, uninstallContextMenu, isDraggable, setDraggable, addEventListener, blur, createEventTable, dispose, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getBottom, getBounds, getClientHeight, getClientWidth, getCorner, getHeight, getLeft, getPixelsPerEm, getRight, getToolTip, getTop, getWidth, isDisposed, isEnabled, layout, moveToAbsolute, moveTo, raiseEvent, registerEventType, removeEventListener, setAbsoluteBottom, setAbsoluteLeft, setAbsoluteRight, setAbsoluteTop, setBottom, setBounds, setEnabled, setHeight, setLeft, setRight, setToolTip, setTop, setWidth, setParent, toString
 

Field Detail

SORT_ASCENDING

<static> <final> int SORT_ASCENDING

SORT_DESCENDING

<static> <final> int SORT_DESCENDING

SORT_NONE

<static> <final> int SORT_NONE

Constructor Detail

TableColumn

function TableColumn(text)
Method Detail

getText

DOMNode getText()

setSortDirection

void setSortDirection(<int> sortDir)

setText

void setText(<Object> text)

Sydney

SourceForge.net Logo