Plumtree Portal UI  
 

IGroupedResultsViewHelper Members

IGroupedResultsViewHelper overview

Public Instance Methods

DisplayCollection 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.
DisplayFooter Returns an element that will appear after all results regardless of whether the results are grouped.
DisplayFooterIfUngrouped Returns an element that will appear after all results if the results are not grouped. Not called if the results are grouped.
DisplayGroupFooter Returns an element that will appear after all results in a single group. Not called if the results are ungrouped.
DisplayGroupHeader 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.
DisplayHeader Returns an element that will appear before all results, whether or not the results are grouped.
DisplayHeaderIfUngrouped 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.
DisplayJavascript Returns javascript for the view.
DisplaySingleResult 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.
Init Called to set the activityspace, model, and view being used
InitDisplayResults Call this method before calling any of the other methods to do initialization.

See Also

IGroupedResultsViewHelper Interface | com.plumtree.portaluiinfrastructure.search Namespace