Interface GridcellRole

    • Method Detail

      • getAriaReadonlyProperty

        java.lang.String getAriaReadonlyProperty​(Element element)
        Returns the value of the aria-readonly attribute for the element or "" if no such attribute is present.
      • getAriaRequiredProperty

        java.lang.String getAriaRequiredProperty​(Element element)
        Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
      • getAriaSelectedState

        java.lang.String getAriaSelectedState​(Element element)
        Returns the value of the aria-selected attribute for the element or "" if no such attribute is present.
      • removeAriaReadonlyProperty

        void removeAriaReadonlyProperty​(Element element)
        Removes the aria-readonly attribute from the element.
      • removeAriaRequiredProperty

        void removeAriaRequiredProperty​(Element element)
        Removes the aria-required attribute from the element.
      • removeAriaSelectedState

        void removeAriaSelectedState​(Element element)
        Removes the aria-selected attribute from the element.
      • setAriaReadonlyProperty

        void setAriaReadonlyProperty​(Element element,
                                     boolean value)
        Sets the aria-readonly attribute for the element to the given value.
      • setAriaRequiredProperty

        void setAriaRequiredProperty​(Element element,
                                     boolean value)
        Sets the aria-required attribute for the element to the given value.