|
Sydney | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Widget
|
+--Container
|
+--StatusBar
Defined in statusbar.js
| Field Summary | |
var |
_container
|
var |
_insertLeft
|
var |
_insertRight
|
var |
_sizing
|
var |
_statusLabel
|
| Fields inherited from class Container |
children
|
| Fields inherited from class Widget |
html, id, parent, layoutData, eventTable
|
| Constructor Summary | |
StatusBar
()
|
|
| Method Summary | |
function
|
addToLeft(widget, dontSetAuto)
|
function
|
addToRight(widget, dontSetAuto)
|
function
|
clearStatus()
|
function
|
setStatus( statusMsg )
|
| Methods inherited from class Container |
appendChild, clear, contains, insertAfter, insertAt, insertBefore, isEmpty, prependChild, removeChild, replaceChild, setLayout, setEnabled
|
| Field Detail |
var _container
var _insertLeft
var _insertRight
var _sizing
var _statusLabel
| Constructor Detail |
function StatusBar()
scrolling - (Optional) - a boolean to indicate whether or not the container should grow scrollbars or clip its content when the content is too big. Defaults to false, which implies clipping.
tagName - (Optional) - a string to use as the tag-name for the container's HTML node. Defaults to 'div'.
layout - (Optional) - a layout manager to use. Defaults to a do-nothing layout manager that leaves all widgets in an implementation-defined location.
| Method Detail |
function addToLeft(widget, dontSetAuto)
function addToRight(widget, dontSetAuto)
function clearStatus()
function setStatus( statusMsg )
|
Sydney | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||