The SpTextField bean is used for text entry on a single line. It enables data in the operation panel to be connected with data elements in the operation context.
Consistency between the bean and the context is maintained as follows:
This bean provides a set of default TextField types, each of which invokes a particular behavior when its state changes. The functions of these TextField types are the same as those of the SpButtons.
Each time this bean changes its state, a DSECoordinationEvent is fired, and the event gets its information from the "type" and "navigationParameters" properties of the text field. The event name is the bean name (getName method) with ".dataChanged" appended to it.