The methods of the IGroupedResultsViewHelper interface are listed below. For a complete list of IGroupedResultsViewHelper interface members, see the IGroupedResultsViewHelper Members topic.
![]() | Returns the element that all other elements will be added to, such as an HTMLElementCollection or HTMLTable. If null is returned, no other methods from this interface will be called, and the view will not be displayed. |
![]() | Returns an element that will appear after all results regardless of whether the results are grouped. |
![]() | Returns an element that will appear after all results if the results are not grouped. Not called if the results are grouped. |
![]() | Returns an element that will appear after all results in a single group. Not called if the results are ungrouped. |
![]() | Returns the header element (e.g. an HTMLTableRow containing column headings) that will be used if the results are grouped. Not called if the results are ungrouped. |
![]() | Returns an element that will appear before all results, whether or not the results are grouped. |
![]() | Returns the header element (e.g. an HTMLTableRow containing column headings) that will be used if the results are not grouped. Not called if the results are grouped. |
![]() | Returns javascript for the view. |
![]() | Returns the element (e.g. an HTMLTableRow) for a single search result. The "oddRow" argument helps in making tables where every other item is shaded, note that this is not the same as (resultNum % 2) for grouped results. |
![]() | Called to set the activityspace, model, and view being used |
![]() | Call this method before calling any of the other methods to do initialization. |
IGroupedResultsViewHelper Interface | com.plumtree.portaluiinfrastructure.search Namespace