Uses of Class
org.robovm.apple.uikit.UIControl
-
Uses of UIControl in org.robovm.apple.authservices
Subclasses of UIControl in org.robovm.apple.authservices Modifier and Type Class Description classASAuthorizationAppleIDButton -
Uses of UIControl in org.robovm.apple.businesschat
Subclasses of UIControl in org.robovm.apple.businesschat Modifier and Type Class Description classBCChatButton -
Uses of UIControl in org.robovm.apple.corelocationui
Subclasses of UIControl in org.robovm.apple.corelocationui Modifier and Type Class Description classCLLocationButton -
Uses of UIControl in org.robovm.apple.intentsui
Subclasses of UIControl in org.robovm.apple.intentsui Modifier and Type Class Description classINUIAddVoiceShortcutButton -
Uses of UIControl in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit with parameters of type UIControl Modifier and Type Method Description voidMKMapViewDelegate. calloutAccessoryControlTapped(MKMapView mapView, MKAnnotationView view, UIControl control)voidMKMapViewDelegateAdapter. calloutAccessoryControlTapped(MKMapView mapView, MKAnnotationView view, UIControl control) -
Uses of UIControl in org.robovm.apple.passkit
Subclasses of UIControl in org.robovm.apple.passkit Modifier and Type Class Description classPKAddPassButtonclassPKPaymentButton -
Uses of UIControl in org.robovm.apple.uikit
Subclasses of UIControl in org.robovm.apple.uikit Modifier and Type Class Description classUIButtonclassUIColorWellclassUIDatePickerclassUIPageControlclassUIRefreshControlclassUISearchTextFieldclassUISegmentedControlclassUISliderclassUIStepperclassUISwitchclassUITextFieldMethods in org.robovm.apple.uikit with parameters of type UIControl Modifier and Type Method Description voidUIControl.OnEditingChangedListener. onEditingChanged(UIControl control)voidUIControl.OnEditingDidBeginListener. onEditingDidBegin(UIControl control)voidUIControl.OnEditingDidEndListener. onEditingDidEnd(UIControl control)voidUIControl.OnEditingDidEndOnExitListener. onEditingDidEndOnExit(UIControl control)voidUIControl.OnPrimaryActionTriggeredListener. onPrimaryActionTriggered(UIControl control)voidUIControl.OnTouchCancelListener. onTouchCancel(UIControl control, UIEvent event)voidUIControl.OnTouchDownListener. onTouchDown(UIControl control, UIEvent event)voidUIControl.OnTouchDownRepeatListener. onTouchDownRepeat(UIControl control, UIEvent event)voidUIControl.OnTouchDragEnterListener. onTouchDragEnter(UIControl control, UIEvent event)voidUIControl.OnTouchDragExitListener. onTouchDragExit(UIControl control, UIEvent event)voidUIControl.OnTouchDragInsideListener. onTouchDragInside(UIControl control, UIEvent event)voidUIControl.OnTouchDragOutsideListener. onTouchDragOutside(UIControl control, UIEvent event)voidUIControl.OnTouchUpInsideListener. onTouchUpInside(UIControl control, UIEvent event)voidUIControl.OnTouchUpOutsideListener. onTouchUpOutside(UIControl control, UIEvent event)voidUIControl.OnValueChangedListener. onValueChanged(UIControl control)