Interface AriaHTMLElementIDProperties


public interface AriaHTMLElementIDProperties
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getHTMLElementIds()
    Returns the HTML Element IDs associated to the Aria attribute.
    java.lang.String getTextControl()
    Returns the text control Ids to be used for the Aria attribute.
    void setHTMLElementIds​(java.lang.String elementIds)
    Sets the HTML Element IDs associated to the Aria attribute.
    void setTextControl​(java.lang.String textControl)
    Sets the text control Ids to be used for the Aria attribute.
  • Method Details

    • getHTMLElementIds

      java.lang.String getHTMLElementIds()
      Returns the HTML Element IDs associated to the Aria attribute.
      Since:
      V5.9
    • setHTMLElementIds

      void setHTMLElementIds​(java.lang.String elementIds)
      Sets the HTML Element IDs associated to the Aria attribute.
      Since:
      V5.9
    • getTextControl

      java.lang.String getTextControl()
      Returns the text control Ids to be used for the Aria attribute.
      Since:
      V5.9
    • setTextControl

      void setTextControl​(java.lang.String textControl)
      Sets the text control Ids to be used for the Aria attribute.
      Since:
      V5.9