An abstract base class for widgets that can be visually disabled. More...
#include <Wt/Ext/Component>

Public Member Functions | |
| void | setEnabled (bool how) |
| Enable or disable the widget. | |
| void | enable () |
| Enable the widget. | |
| void | disable () |
| Disable the widget. | |
| bool | isEnabled () const |
| Return if enabled. | |
An abstract base class for widgets that can be visually disabled.
Component is the abstract base class of all major Ext widgets, and offers an API to enable or disable a widget.
1.7.2