pyface.fields.i_field module¶
The field interface.
- class pyface.fields.i_field.IField(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]¶
Bases:
ILayoutWidget
The field interface.
A field is a widget that displays a value and (potentially) allows a user to interact with it.
- value = Any()¶
The value held by the field.
- alignment = Alignment()¶
The alignment of the field’s content.