Class UIBarItem

    • Constructor Detail

      • UIBarItem

        public UIBarItem()
      • UIBarItem

        public UIBarItem​(NSCoder decoder)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean v)
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String v)
      • getImage

        public UIImage getImage()
      • setImage

        public void setImage​(UIImage v)
      • getLandscapeImagePhone

        public UIImage getLandscapeImagePhone()
        Since:
        Available in iOS 5.0 and later.
      • setLandscapeImagePhone

        public void setLandscapeImagePhone​(UIImage v)
        Since:
        Available in iOS 5.0 and later.
      • getLargeContentSizeImage

        public UIImage getLargeContentSizeImage()
        Since:
        Available in iOS 11.0 and later.
      • setLargeContentSizeImage

        public void setLargeContentSizeImage​(UIImage v)
        Since:
        Available in iOS 11.0 and later.
      • setImageInsets

        public void setImageInsets​(UIEdgeInsets v)
      • getLandscapeImagePhoneInsets

        public UIEdgeInsets getLandscapeImagePhoneInsets()
        Since:
        Available in iOS 5.0 and later.
      • setLandscapeImagePhoneInsets

        public void setLandscapeImagePhoneInsets​(UIEdgeInsets v)
        Since:
        Available in iOS 5.0 and later.
      • getLargeContentSizeImageInsets

        public UIEdgeInsets getLargeContentSizeImageInsets()
        Since:
        Available in iOS 11.0 and later.
      • setLargeContentSizeImageInsets

        public void setLargeContentSizeImageInsets​(UIEdgeInsets v)
        Since:
        Available in iOS 11.0 and later.
      • getTag

        public long getTag()
      • setTag

        public void setTag​(long v)
      • init

        protected long init​(NSCoder decoder)
      • setTitleTextAttributesDictionary

        public void setTitleTextAttributesDictionary​(NSDictionary<NSString,​?> attributes,
                                                     UIControlState state)
        Since:
        Available in iOS 5.0 and later.