Class UIAccessibilityTraits

java.lang.Object
org.robovm.rt.bro.Bits<UIAccessibilityTraits>
org.robovm.apple.uikit.UIAccessibilityTraits
All Implemented Interfaces:
Comparable<UIAccessibilityTraits>, Iterable<UIAccessibilityTraits>

public final class UIAccessibilityTraits
extends Bits<UIAccessibilityTraits>
  • Field Details

  • Constructor Details

    • UIAccessibilityTraits

      public UIAccessibilityTraits​(long value)
  • Method Details

    • wrap

      protected UIAccessibilityTraits wrap​(long value, long mask)
      Specified by:
      wrap in class Bits<UIAccessibilityTraits>
    • _values

      protected UIAccessibilityTraits[] _values()
      Specified by:
      _values in class Bits<UIAccessibilityTraits>
    • values

      public static UIAccessibilityTraits[] values()
    • NoneValue

      protected static long NoneValue()
    • ButtonValue

      protected static long ButtonValue()
    • LinkValue

      protected static long LinkValue()
    • HeaderValue

      protected static long HeaderValue()
    • SearchFieldValue

      protected static long SearchFieldValue()
    • ImageValue

      protected static long ImageValue()
    • SelectedValue

      protected static long SelectedValue()
    • PlaysSoundValue

      protected static long PlaysSoundValue()
    • KeyboardKeyValue

      protected static long KeyboardKeyValue()
    • StaticTextValue

      protected static long StaticTextValue()
    • SummaryElementValue

      protected static long SummaryElementValue()
    • NotEnabledValue

      protected static long NotEnabledValue()
    • UpdatesFrequentlyValue

      protected static long UpdatesFrequentlyValue()
    • StartsMediaSessionValue

      protected static long StartsMediaSessionValue()
    • AdjustableValue

      protected static long AdjustableValue()
    • AllowsDirectInteractionValue

      protected static long AllowsDirectInteractionValue()
    • CausesPageTurnValue

      protected static long CausesPageTurnValue()
    • TabBarValue

      protected static long TabBarValue()
      Since:
      Available in iOS 10.0 and later.