Wt::Ext::Widget Class Reference

An abstract base class for all Ext widgets. More...

#include <Ext/Widget>

Inheritance diagram for Wt::Ext::Widget:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 ~Widget ()
 Delete a widget.
virtual void setHidden (bool how)
 Set whether the widget must be hidden.


Detailed Description

An abstract base class for all Ext widgets.

Ext Widgets wrap around JavaScript-only widgets that are provided by the Ext JS JavaScript widget library.

See also:
Ext

Member Function Documentation

void Wt::Ext::Widget::setHidden ( bool   )  [virtual]

Set whether the widget must be hidden.

Hide or show the widget (including all its descendant widgets). setHidden(false) will show this widget and all child widgets that are not hidden.

See also:
hide(), show()

Reimplemented from Wt::WWebWidget.

Reimplemented in Wt::Ext::Dialog, and Wt::Ext::MessageBox.


The documentation for this class was generated from the following files:
Generated on Mon Apr 14 15:15:01 2008 for Wt by doxygen 1.5.3