Function | __init__ | Undocumented |
Function | do_changed | Undocumented |
Function | read | Get the content of the widget. |
Function | update | Update the content value of the widget. |
Function | prop_set_mandatory | Undocumented |
Function | set_valid | Changes the validation state to valid, which will remove icons and |
Function | set_invalid | Changes the validation state to invalid. |
Function | set_blank | Changes the validation state to blank state, this only applies |
Function | get_background | Implement in subclass |
Get the content of the widget. The type of the return value
Update the content value of the widget.
Changes the validation state to valid, which will remove icons and reset the background color
Changes the validation state to invalid.
Changes the validation state to blank state, this only applies for mandatory widgets, draw an icon and set a tooltip
Implement in subclass