Class UISearchDisplayController

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    @Deprecated
    public class UISearchDisplayController
    extends NSObject
    Deprecated.
    Deprecated in iOS 8.0. UISearchDisplayController has been replaced with UISearchController
    Since:
    Available in iOS 3.0 and later.
    • Constructor Detail

      • UISearchDisplayController

        public UISearchDisplayController()
        Deprecated.
      • UISearchDisplayController

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

        protected UISearchDisplayController​(NSObject.SkipInit skipInit)
        Deprecated.
    • Method Detail

      • isActive

        public boolean isActive()
        Deprecated.
      • setActive

        public void setActive​(boolean v)
        Deprecated.
      • getSearchBar

        public UISearchBar getSearchBar()
        Deprecated.
      • getSearchContentsController

        public UIViewController getSearchContentsController()
        Deprecated.
      • getSearchResultsTableView

        public UITableView getSearchResultsTableView()
        Deprecated.
      • setSearchResultsDataSource

        public void setSearchResultsDataSource​(UITableViewDataSource v)
        Deprecated.
      • setSearchResultsDelegate

        public void setSearchResultsDelegate​(UITableViewDelegate v)
        Deprecated.
      • getSearchResultsTitle

        public java.lang.String getSearchResultsTitle()
        Deprecated.
        Since:
        Available in iOS 5.0 and later.
      • setSearchResultsTitle

        public void setSearchResultsTitle​(java.lang.String v)
        Deprecated.
        Since:
        Available in iOS 5.0 and later.
      • displaysSearchBarInNavigationBar

        public boolean displaysSearchBarInNavigationBar()
        Deprecated.
        Since:
        Available in iOS 7.0 and later.
      • setDisplaysSearchBarInNavigationBar

        public void setDisplaysSearchBarInNavigationBar​(boolean v)
        Deprecated.
        Since:
        Available in iOS 7.0 and later.
      • getNavigationItem

        public UINavigationItem getNavigationItem()
        Deprecated.
        Since:
        Available in iOS 7.0 and later.
      • setActive

        public void setActive​(boolean visible,
                              boolean animated)
        Deprecated.