Package org.robovm.apple.uikit
Class UIAccessibilityTraits
- All Implemented Interfaces:
Comparable<UIAccessibilityTraits>,Iterable<UIAccessibilityTraits>
public final class UIAccessibilityTraits extends Bits<UIAccessibilityTraits>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static UIAccessibilityTraitsAdjustablestatic UIAccessibilityTraitsAllowsDirectInteractionstatic UIAccessibilityTraitsButtonstatic UIAccessibilityTraitsCausesPageTurnstatic UIAccessibilityTraitsHeaderstatic UIAccessibilityTraitsImagestatic UIAccessibilityTraitsLinkstatic UIAccessibilityTraitsNonestatic UIAccessibilityTraitsNotEnabledstatic UIAccessibilityTraitsPlaysSoundstatic UIAccessibilityTraitsSearchFieldstatic UIAccessibilityTraitsSelectedstatic UIAccessibilityTraitsStartsMediaSessionstatic UIAccessibilityTraitsStaticTextstatic UIAccessibilityTraitsSummaryElementstatic UIAccessibilityTraitsTabBarValuestatic UIAccessibilityTraitsUpdatesFrequently -
Constructor Summary
Constructors Constructor Description UIAccessibilityTraits(long value) -
Method Summary
Modifier and Type Method Description protected UIAccessibilityTraits[]_values()protected static longAdjustableValue()protected static longAllowsDirectInteractionValue()protected static longButtonValue()protected static longCausesPageTurnValue()protected static longHeaderValue()protected static longImageValue()protected static longKeyboardKeyValue()protected static longLinkValue()protected static longNoneValue()protected static longNotEnabledValue()protected static longPlaysSoundValue()protected static longSearchFieldValue()protected static longSelectedValue()protected static longStartsMediaSessionValue()protected static longStaticTextValue()protected static longSummaryElementValue()protected static longTabBarValue()protected static longUpdatesFrequentlyValue()static UIAccessibilityTraits[]values()protected UIAccessibilityTraitswrap(long value, long mask)
-
Field Details
-
None
-
Button
-
Link
-
Header
- Since:
- Available in iOS 6.0 and later.
-
SearchField
-
Image
-
Selected
-
PlaysSound
-
StaticText
-
SummaryElement
-
NotEnabled
-
UpdatesFrequently
-
StartsMediaSession
- Since:
- Available in iOS 4.0 and later.
-
Adjustable
- Since:
- Available in iOS 4.0 and later.
-
AllowsDirectInteraction
- Since:
- Available in iOS 5.0 and later.
-
CausesPageTurn
- Since:
- Available in iOS 5.0 and later.
-
TabBarValue
- Since:
- Available in iOS 10.0 and later.
-
-
Constructor Details
-
UIAccessibilityTraits
public UIAccessibilityTraits(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIAccessibilityTraits>
-
_values
- Specified by:
_valuesin classBits<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.
-