Package apple.uikit.enums
Class UIAccessibilityNavigationStyle
- java.lang.Object
-
- apple.uikit.enums.UIAccessibilityNavigationStyle
-
public final class UIAccessibilityNavigationStyle extends java.lang.ObjectThe following values describe how the receiver's elements should be navigated by an assistive technology.
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticThe assistive technology will automatically determine how the receiver's elements should be navigated.static longCombinedThe receiver’s elements should be combined and navigated as a single item.static longSeparateThe receiver's elements should be navigated as separate elements.
-
-
-
Field Detail
-
Automatic
public static final long Automatic
The assistive technology will automatically determine how the receiver's elements should be navigated. This is the default value.- See Also:
- Constant Field Values
-
Separate
public static final long Separate
The receiver's elements should be navigated as separate elements.- See Also:
- Constant Field Values
-
Combined
public static final long Combined
The receiver’s elements should be combined and navigated as a single item. When the combined item has been selected, the assistive technology will navigate each element separately.- See Also:
- Constant Field Values
-
-