JavaTextField |
Top Previous |
Java Text Field. Extends JavaObject. Extends SeSSimulatedObject.
Behavior Pattern: JavaObjectTextFieldBehavior
Property Summary
Action Summary
Property Detail
TextText of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
Action Detail
DoSetText(val)Sets text value of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|