Interface Input

All Superinterfaces:
IdentifiedDelegate, NamedDelegate
All Known Implementing Classes:
FormControl.Scriptable

public interface Input extends IdentifiedDelegate, NamedDelegate
An interface for scriptable delegates which represent form controls.
Author:
Russell Gold
  • Method Details

    • get

      Object get(String propertyName)
    • set

      void set(String propertyName, Object value)
      set the given property to the given value
      Parameters:
      propertyName -
      value -
    • setAttribute

      void setAttribute(String attributeName, Object value)
      set the given attribute to the given value
      Parameters:
      attributeName -
      value -
      Since:
      1.7
    • removeAttribute

      void removeAttribute(String attributeName)
      remove the given attribute
      Parameters:
      attributeName -
      Since:
      1.7
    • click

      void click() throws IOException, SAXException
      simulate a click
      Throws:
      IOException
      SAXException
    • sendOnChangeEvent

      void sendOnChangeEvent()
      fire a on change event