#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. |
Component is the abstract base class of all major Ext widgets, and offers an API to enable or disable a widget.