FormWidget that generates html specifying a checkbox.
This concrete subclass is here to keep de application developers code separated from the framework code.
FormWidget that generates html specifying textfield and a button. Both will react to a click by open a Dialog. When the dialog is closed it calls a funcion specified by this Widget to set the new value and label in this Widget.
This concrete subclass is here to keep de application developers code separated from the framework code.
FormWidget that generates html specifying Div and a button. Both will react to a click by open a Dialog. When the dialog is closed it calls a funcion specified by this Widget to set the new value and label in this Widget.
This concrete subclass is here to keep de application developers code separated from the framework code.
FormWidget that generates html specifying a SELECT tag, by default as a dropdown list with values that are options for the property.
This concrete subclass is here to keep de application developers code separated from the framework code.
FormWidget that generates html specifying a TextArea.
This concrete subclass is here to keep de application developers code separated from the framework code.
FormWidget that generates html specifying an input type=Text.
This concrete subclass is here to keep de application developers code separated from the framework code.
Instances of this class generate widgets
This concrete subclass is here to keep de application developers code separated from the framework code.