const classafBounce::FormInput

sys::Obj
  afBounce::Element
    afBounce::FormInput

(HTML Element) Gives a consistent means to get and set the value of any form field.

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()

Returns 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 form field has the given value.