Package apple.uikit.enums
Class UIControlState
- java.lang.Object
-
- apple.uikit.enums.UIControlState
-
public final class UIControlState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longApplicationadditional flags available for application usestatic longDisabledstatic longFocusedApplicable only when the screen supports focusstatic longHighlightedused when UIControl isHighlighted is setstatic longNormalstatic longReservedflags reserved for internal framework usestatic longSelectedflag usable by app (see below)
-
-
-
Field Detail
-
Normal
public static final long Normal
- See Also:
- Constant Field Values
-
Highlighted
public static final long Highlighted
used when UIControl isHighlighted is set- See Also:
- Constant Field Values
-
Disabled
public static final long Disabled
- See Also:
- Constant Field Values
-
Selected
public static final long Selected
flag usable by app (see below)- See Also:
- Constant Field Values
-
Focused
public static final long Focused
Applicable only when the screen supports focus- See Also:
- Constant Field Values
-
Application
public static final long Application
additional flags available for application use- See Also:
- Constant Field Values
-
Reserved
public static final long Reserved
flags reserved for internal framework use- See Also:
- Constant Field Values
-
-