Package apple.uikit.enums
Class UIControlEvents
- java.lang.Object
-
- apple.uikit.enums.UIControlEvents
-
public final class UIControlEvents extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllEditingEventsfor UITextFieldstatic longAllEventsstatic longAllTouchEventsfor touch eventsstatic longApplicationReservedrange available for application usestatic longEditingChangedstatic longEditingDidBeginUITextFieldstatic longEditingDidEndstatic longEditingDidEndOnExit'return key' ending editingstatic longMenuActionTriggeredtriggered when the menu gesture fires but before the menu presentsstatic longPrimaryActionTriggeredsemantic action: for buttons, etc.static longSystemReservedrange reserved for internal framework usestatic longTouchCancelstatic longTouchDownon all touch downsstatic longTouchDownRepeaton multiple touchdowns (tap count > 1)static longTouchDragEnterstatic longTouchDragExitstatic longTouchDragInsidestatic longTouchDragOutsidestatic longTouchUpInsidestatic longTouchUpOutsidestatic longValueChangedsliders, etc.
-
-
-
Field Detail
-
TouchDown
public static final long TouchDown
on all touch downs- See Also:
- Constant Field Values
-
TouchDownRepeat
public static final long TouchDownRepeat
on multiple touchdowns (tap count > 1)- See Also:
- Constant Field Values
-
TouchDragInside
public static final long TouchDragInside
- See Also:
- Constant Field Values
-
TouchDragOutside
public static final long TouchDragOutside
- See Also:
- Constant Field Values
-
TouchDragEnter
public static final long TouchDragEnter
- See Also:
- Constant Field Values
-
TouchDragExit
public static final long TouchDragExit
- See Also:
- Constant Field Values
-
TouchUpInside
public static final long TouchUpInside
- See Also:
- Constant Field Values
-
TouchUpOutside
public static final long TouchUpOutside
- See Also:
- Constant Field Values
-
TouchCancel
public static final long TouchCancel
- See Also:
- Constant Field Values
-
ValueChanged
public static final long ValueChanged
sliders, etc.- See Also:
- Constant Field Values
-
PrimaryActionTriggered
public static final long PrimaryActionTriggered
semantic action: for buttons, etc.- See Also:
- Constant Field Values
-
EditingDidBegin
public static final long EditingDidBegin
UITextField- See Also:
- Constant Field Values
-
EditingChanged
public static final long EditingChanged
- See Also:
- Constant Field Values
-
EditingDidEnd
public static final long EditingDidEnd
- See Also:
- Constant Field Values
-
EditingDidEndOnExit
public static final long EditingDidEndOnExit
'return key' ending editing- See Also:
- Constant Field Values
-
AllTouchEvents
public static final long AllTouchEvents
for touch events- See Also:
- Constant Field Values
-
AllEditingEvents
public static final long AllEditingEvents
for UITextField- See Also:
- Constant Field Values
-
ApplicationReserved
public static final long ApplicationReserved
range available for application use- See Also:
- Constant Field Values
-
SystemReserved
public static final long SystemReserved
range reserved for internal framework use- See Also:
- Constant Field Values
-
AllEvents
public static final long AllEvents
- See Also:
- Constant Field Values
-
MenuActionTriggered
public static final long MenuActionTriggered
triggered when the menu gesture fires but before the menu presents- See Also:
- Constant Field Values
-
-