[][src]Module fui::fields

Includes form's building blocks, fields.

Structs

Autocomplete

Convienient wrapper around Field<AutocompleteManager, String>.

Checkbox

Convienient wrapper around Field<CheckboxManager, bool>.

Field

Building block for Forms which stores data and Widget.

Multiselect

Convienient wrapper around Field<MultiselectManager, Vec<String>>.

Text

Convienient wrapper around Field<TextManager, String>.

Traits

FormField

Covers communication from Form to Field.

WidgetManager

Covers communication from Field to View.

Functions

label_with_help_layout

Widget layout where label and help are in the same line.

value_view_from_layout

Finds view storing value in widget layout

Type Definitions

FieldErrors

Container for field's errors