A widget over an Interface that contains Fields.
factory
factory used to create content that this widget (field) represents
*_widget
Optional CustomWidgets used to generate widgets for the fields in this widget
visible
(type:
bool
)
True
hint(...)
label(...)
applyChanges(content)
error()
getInputValue()
Return converted and validated widget data.
The value for this field will be represented as an ObjectStorage instance which holds the subfield values as attributes. It will need to be converted by higher-level code into some more useful object (note that the default EditView calls applyChanges, which does this).
getSubWidget(name)
hasInput()
Is there input data for the field
Return True if there is data and False otherwise.
hasValidInput()
hidden()
Render the object as hidden fields.
legendTitle()
setPrefix(prefix)
setRenderedValue(value)
Set the default data for the widget.
The given value should be used even if the user has entered data.
subwidgets()
There are no known subclasses.