Class SearchResultWithControls

All Implemented Interfaces:
Serializable, HasControls

class SearchResultWithControls extends SearchResult implements HasControls
An extension of SearchResult that allows access to controls sent back with the results of a search
  • Field Details

  • Constructor Details

    • SearchResultWithControls

      public SearchResultWithControls(String name, Object obj, Attributes attrs)
      Enable constructors
    • SearchResultWithControls

      public SearchResultWithControls(String name, Object obj, Attributes attrs, boolean isRelative)
    • SearchResultWithControls

      public SearchResultWithControls(String name, String className, Object obj, Attributes attrs)
    • SearchResultWithControls

      public SearchResultWithControls(String name, String className, Object obj, Attributes attrs, boolean isRelative)
  • Method Details

    • getControls

      public Control[] getControls()
      Implements HasControls interface
      Specified by:
      getControls in interface HasControls
    • setControls

      public void setControls(Control[] ctrls)
      Set controls array