Package org.robovm.apple.uikit
Class UIControlEvents
- All Implemented Interfaces:
Comparable<UIControlEvents>,Iterable<UIControlEvents>
public final class UIControlEvents extends Bits<UIControlEvents>
-
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 UIControlEventsAllEditingEventsstatic UIControlEventsAllEventsstatic UIControlEventsAllTouchEventsstatic UIControlEventsApplicationReservedstatic UIControlEventsEditingChangedstatic UIControlEventsEditingDidBeginstatic UIControlEventsEditingDidEndstatic UIControlEventsEditingDidEndOnExitstatic UIControlEventsMenuActionTriggeredstatic UIControlEventsNonestatic UIControlEventsPrimaryActionTriggeredstatic UIControlEventsSystemReservedstatic UIControlEventsTouchCancelstatic UIControlEventsTouchDownstatic UIControlEventsTouchDownRepeatstatic UIControlEventsTouchDragEnterstatic UIControlEventsTouchDragExitstatic UIControlEventsTouchDragInsidestatic UIControlEventsTouchDragOutsidestatic UIControlEventsTouchUpInsidestatic UIControlEventsTouchUpOutsidestatic UIControlEventsValueChanged -
Constructor Summary
Constructors Constructor Description UIControlEvents(long value) -
Method Summary
Modifier and Type Method Description protected UIControlEvents[]_values()static UIControlEvents[]values()protected UIControlEventswrap(long value, long mask)
-
Field Details
-
None
-
TouchDown
-
TouchDownRepeat
-
TouchDragInside
-
TouchDragOutside
-
TouchDragEnter
-
TouchDragExit
-
TouchUpInside
-
TouchUpOutside
-
TouchCancel
-
ValueChanged
-
PrimaryActionTriggered
- Since:
- Available in iOS 9.0 and later.
-
MenuActionTriggered
- Since:
- Available in iOS 14.0 and later.
-
EditingDidBegin
-
EditingChanged
-
EditingDidEnd
-
EditingDidEndOnExit
-
AllTouchEvents
-
AllEditingEvents
-
ApplicationReserved
-
SystemReserved
-
AllEvents
-
-
Constructor Details
-
UIControlEvents
public UIControlEvents(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<UIControlEvents>
-
_values
- Specified by:
_valuesin classBits<UIControlEvents>
-
values
-