const classafBounce::TextBox

sys::Obj
  afBounce::Element
    afBounce::TextBox

(HTML Element) Represents a form <input> of type text or a <textarea>.

disabled

Source

Bool disabled

Gets and sets the disabled attribute.

enabled

Source

Bool enabled

Gets and sets the disabled attribute (inverted).

makeFromCss

Source

new makeFromCss(Str cssSelector)

name

Source

Str name()

Return the name attribute.

value

Source

Str? value

Gets and sets the value attribute. Returns null if the value has not been set.

verifyValueEq

Source

Void verifyValueEq(Obj expected)

Verify that the textbox has the given value.