the ParameterString to display and edit
Optional
textField: HTMLInputElementthe text field to use; if not provided, then a text field is created.
Returns the value of this control (which should match the target value if observe is being called).
the value of this control
Notifies this Observer that a change has occurred in the Subject.
contains information about what has changed in the Subject: typically either a one-time GenericEvent, or a change to the value of a Parameter
Sets the width of the text input field (number of characters).
the width of the text input field
this object for chaining setters
Returns a minimal string representation of this object, usually giving just identity information like the class name and name of the object.
For an object whose main purpose is to represent another Printable object, it is
recommended to include the result of calling toStringShort
on that other object.
For example, calling toStringShort()
on a DisplayShape might return something like
this:
DisplayShape{polygon:Polygon{'chain3'}}
a minimal string representation of this object.
Generated using TypeDoc
A user interface control for displaying and editing the value of a ParameterString.