Class ABPersonViewController

    • Constructor Detail

      • ABPersonViewController

        public ABPersonViewController()
        Deprecated.
      • ABPersonViewController

        protected ABPersonViewController​(NSObject.Handle h,
                                         long handle)
        Deprecated.
      • ABPersonViewController

        protected ABPersonViewController​(NSObject.SkipInit skipInit)
        Deprecated.
      • ABPersonViewController

        public ABPersonViewController​(java.lang.String nibNameOrNil,
                                      NSBundle nibBundleOrNil)
        Deprecated.
      • ABPersonViewController

        public ABPersonViewController​(NSCoder decoder)
        Deprecated.
    • Method Detail

      • getAddressBook

        public ABAddressBook getAddressBook()
        Deprecated.
      • setAddressBook

        public void setAddressBook​(ABAddressBook v)
        Deprecated.
      • getDisplayedPerson

        public ABPerson getDisplayedPerson()
        Deprecated.
      • setDisplayedPerson

        public void setDisplayedPerson​(ABPerson v)
        Deprecated.
      • getDisplayedProperties

        public java.util.List<? extends ABProperty> getDisplayedProperties()
        Deprecated.
      • setDisplayedProperties

        public void setDisplayedProperties​(java.util.List<? extends ABProperty> v)
        Deprecated.
      • allowsEditing

        public boolean allowsEditing()
        Deprecated.
      • setAllowsEditing

        public void setAllowsEditing​(boolean v)
        Deprecated.
      • allowsActions

        public boolean allowsActions()
        Deprecated.
        Since:
        Available in iOS 4.0 and later.
      • setAllowsActions

        public void setAllowsActions​(boolean v)
        Deprecated.
        Since:
        Available in iOS 4.0 and later.
      • shouldShowLinkedPeople

        public boolean shouldShowLinkedPeople()
        Deprecated.
        Since:
        Available in iOS 4.0 and later.
      • setShouldShowLinkedPeople

        public void setShouldShowLinkedPeople​(boolean v)
        Deprecated.
        Since:
        Available in iOS 4.0 and later.
      • setHighlightedItem

        public void setHighlightedItem​(ABPersonProperty property,
                                       int identifier)
        Deprecated.