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'>)

A field that only accept integer inputs.

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

A Field that only accept floating point values.

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

A Field that only accepts values validated by a given regular expression.