Uses of Class
org.robovm.apple.addressbook.ABProperty
| Package | Description |
|---|---|
| org.robovm.apple.addressbook | |
| org.robovm.apple.addressbookui |
-
Uses of ABProperty in org.robovm.apple.addressbook
Subclasses of ABProperty in org.robovm.apple.addressbook Modifier and Type Class Description classABGroupPropertyclassABPersonPropertyclassABSourcePropertyMethods in org.robovm.apple.addressbook that return ABProperty Modifier and Type Method Description static ABPropertyABProperty.Marshaler. toObject(Class<?> cls, int v, long flags)static ABPropertyABProperty. valueOf(int value)Methods in org.robovm.apple.addressbook that return types with arguments of type ABProperty Modifier and Type Method Description static List<ABProperty>ABProperty.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.addressbook with parameters of type ABProperty Modifier and Type Method Description CFTypeABRecord. getValue(ABProperty property)Deprecated.Deprecated in iOS 9.0.<T extends NativeObject>
TABRecord. getValue(ABProperty property, Class<T> type)booleanABRecord. removeValue(ABProperty property)Deprecated.Deprecated in iOS 9.0.booleanABRecord. setValue(ABProperty property, CFType value)Deprecated.Deprecated in iOS 9.0.static intABProperty.Marshaler. toNative(ABProperty o, long flags)Method parameters in org.robovm.apple.addressbook with type arguments of type ABProperty Modifier and Type Method Description static longABProperty.AsListMarshaler. toNative(List<ABProperty> l, long flags)Constructor parameters in org.robovm.apple.addressbook with type arguments of type ABProperty Constructor Description ABProperty(Class<? extends ABProperty> clazz, String getterName) -
Uses of ABProperty in org.robovm.apple.addressbookui
Methods in org.robovm.apple.addressbookui that return types with arguments of type ABProperty Modifier and Type Method Description List<? extends ABProperty>ABPeoplePickerNavigationController. getDisplayedProperties()Deprecated.List<? extends ABProperty>ABPersonViewController. getDisplayedProperties()Deprecated.Methods in org.robovm.apple.addressbookui with parameters of type ABProperty Modifier and Type Method Description voidABPeoplePickerNavigationControllerDelegate. didSelectPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person, ABProperty property, int identifier)voidABPeoplePickerNavigationControllerDelegateAdapter. didSelectPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person, ABProperty property, int identifier)booleanABPeoplePickerNavigationControllerDelegate. shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person, ABProperty property, int identifier)Deprecated.Deprecated in iOS 8.0.booleanABPeoplePickerNavigationControllerDelegateAdapter. shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person, ABProperty property, int identifier)Deprecated.Deprecated in iOS 8.0.booleanABPersonViewControllerDelegate. shouldPerformDefaultAction(ABPersonViewController personViewController, ABPerson person, ABProperty property, int identifier)booleanABPersonViewControllerDelegateAdapter. shouldPerformDefaultAction(ABPersonViewController personViewController, ABPerson person, ABProperty property, int identifier)booleanABUnknownPersonViewControllerDelegate. shouldPerformDefaultAction(ABUnknownPersonViewController personViewController, ABPerson person, ABProperty property, int identifier)booleanABUnknownPersonViewControllerDelegateAdapter. shouldPerformDefaultAction(ABUnknownPersonViewController personViewController, ABPerson person, ABProperty property, int identifier)Method parameters in org.robovm.apple.addressbookui with type arguments of type ABProperty Modifier and Type Method Description voidABPeoplePickerNavigationController. setDisplayedProperties(List<? extends ABProperty> v)Deprecated.voidABPersonViewController. setDisplayedProperties(List<? extends ABProperty> v)Deprecated.