Interface Input

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void click()
      simulate a click
      java.lang.Object get​(java.lang.String propertyName)  
      void removeAttribute​(java.lang.String attributeName)
      remove the given attribute
      void sendOnChangeEvent()
      fire a on change event
      void set​(java.lang.String propertyName, java.lang.Object value)
      set the given property to the given value
      void setAttribute​(java.lang.String attributeName, java.lang.Object value)
      set the given attribute to the given value
    • Method Detail

      • get

        java.lang.Object get​(java.lang.String propertyName)
      • set

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

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

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

        void click()
            throws java.io.IOException,
                   org.xml.sax.SAXException
        simulate a click
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
      • sendOnChangeEvent

        void sendOnChangeEvent()
        fire a on change event