Class AccessibilityUtil


  • public final class AccessibilityUtil
    extends java.lang.Object
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_ACCESSIBILITY_TAG
      Property that specifies the type of accessible content introduced by the element.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROPERTY_ACCESSIBILITY_TAG

        public static final java.lang.String PROPERTY_ACCESSIBILITY_TAG
        Property that specifies the type of accessible content introduced by the element. Possible values are described by the AccessibilityTagEnum.
        See Also:
        Constant Field Values