Page Contents

This Page

Enaml Standard Widget Library

The following components are available from the standard library:

Fields

The following Fields all inherit from Field, and do the appropriate type of validation:

Enaml declared component enaml.stdlib.fields.IntField(derives from <class 'enaml.widgets.field.Field'>)
Enaml declared component enaml.stdlib.fields.FloatField(derives from <class 'enaml.widgets.field.Field'>)
Enaml declared component enaml.stdlib.fields.RegexField(derives from <class 'enaml.widgets.field.Field'>)