InputTextField extends VisibleThing

A single text field, storing a single text value, which may be edited by the user.

An InputTextField represents a user-editable text field in the user interface. An InputTextField may accept and lose focus. The onInput Event may be triggered according to the semantics of onInput. The name of the InputTextField may be used as a label for the rendered text field. The fieldValue of the Button is used as the current value of the rendered text field, and may be changed at runtime.

[InputTextField.html]

Rationale

Compare this to a Label, which stores a single text value, but cannot be edited directly by the user.

Examples

Implementation Notes

Inference Rules

Constraints

Attributes

(none)

Inherited Attributes

Children

(none)

Inherited Children

References

(none)

Inherited References

Extensions

Inherited Extensions