Sydney

Class Splitter.Bar

Object
   |
   +--Widget
         |
         +--Splitter.Bar

class Splitter.Bar
extends Widget

Defined in splitter.js


Field Summary
 var constructor
          
   
Fields inherited from class Widget
html, id, parent, layoutData, eventTable
 
Constructor Summary
Splitter.Bar ()
            The Splitter object allows a user to separate any number of widgets by a dragable divider.
 
Method Summary
 function getWidgetLocation(event,aspect)
          
 function setWidgetLocation(event,aspect,newValue)
          
 
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

constructor

var constructor

Constructor Detail

Splitter.Bar

function Splitter.Bar()
Method Detail

getWidgetLocation

function getWidgetLocation(event,aspect)

setWidgetLocation

function setWidgetLocation(event,aspect,newValue)

Sydney

SourceForge.net Logo