utyWidget Class Reference
[Javascript Widgets (utywidgets.js)]

Javascript widgets 'abstract' base class. More...

Inheritance diagram for utyWidget:
utyButtonBase utyFileCombo utyFileList utyListview utyListviewHead utyStatusbarPanel utyTreeview utyButton utyListviewColumn

List of all members.

Public Member Functions

function id ()
function element ()
function text (text)
function disabled (value)
function toString ()

Detailed Description

Javascript widgets 'abstract' base class.


Member Function Documentation

function disabled (   value  )  [inline]

get/set the text content (widget specific)

Parameters:
value (bool) the disabled state
function element (  )  [inline]
Returns:
the domNode associated to this object
Note:
the element is evaluated the first time this member is accessed and than stored in an internal variable.
function id (  )  [inline]
Returns:
the id of the html element associated to this object
function text (   text  )  [inline]

get/set the html text content

Parameters:
text (string) the text value to set

Reimplemented in utyButton.

function toString (  )  [inline]
Returns:
the javascript object name (widget specific)

Reimplemented in utyButtonBase, utyButton, utyStatusbarPanel, utyListviewColumn, utyListview, utyTreeview, utyFileList, and utyFileCombo.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations

Copyright © 2010 Attilio Pavone - www.utillyty.eu