Class UIActionSheet

    • Constructor Detail

      • UIActionSheet

        public UIActionSheet()
        Deprecated.
      • UIActionSheet

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

        public UIActionSheet​(CGRect frame)
        Deprecated.
      • UIActionSheet

        public UIActionSheet​(NSCoder decoder)
        Deprecated.
      • UIActionSheet

        public UIActionSheet​(java.lang.String title,
                             UIActionSheetDelegate delegate,
                             java.lang.String cancelButtonTitle,
                             java.lang.String destructiveButtonTitle,
                             java.lang.String... otherButtonTitles)
        Deprecated.
    • Method Detail

      • init

        protected long init​(java.lang.String title,
                            UIActionSheetDelegate delegate,
                            java.lang.String cancelButtonTitle,
                            java.lang.String destructiveButtonTitle,
                            long otherButtonTitles)
        Deprecated.
      • getTitle

        public java.lang.String getTitle()
        Deprecated.
      • setTitle

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

        public void setActionSheetStyle​(UIActionSheetStyle v)
        Deprecated.
      • getNumberOfButtons

        public long getNumberOfButtons()
        Deprecated.
      • getCancelButtonIndex

        public long getCancelButtonIndex()
        Deprecated.
      • setCancelButtonIndex

        public void setCancelButtonIndex​(long v)
        Deprecated.
      • getDestructiveButtonIndex

        public long getDestructiveButtonIndex()
        Deprecated.
      • setDestructiveButtonIndex

        public void setDestructiveButtonIndex​(long v)
        Deprecated.
      • getFirstOtherButtonIndex

        public long getFirstOtherButtonIndex()
        Deprecated.
      • isVisible

        public boolean isVisible()
        Deprecated.
      • addButton

        public long addButton​(java.lang.String title)
        Deprecated.
      • getButtonTitle

        public java.lang.String getButtonTitle​(long buttonIndex)
        Deprecated.
      • showFrom

        public void showFrom​(UIToolbar view)
        Deprecated.
      • showFrom

        public void showFrom​(UITabBar view)
        Deprecated.
      • showFrom

        public void showFrom​(UIBarButtonItem item,
                             boolean animated)
        Deprecated.
        Since:
        Available in iOS 3.2 and later.
      • showFrom

        public void showFrom​(CGRect rect,
                             UIView view,
                             boolean animated)
        Deprecated.
        Since:
        Available in iOS 3.2 and later.
      • showIn

        public void showIn​(UIView view)
        Deprecated.
      • dismiss

        public void dismiss​(long buttonIndex,
                            boolean animated)
        Deprecated.