public interface ISearchResultInfo
Modifier and Type | Method and Description |
---|---|
boolean |
areRowsSelectable()
Returns whether the rows in the search results should be selectable.
|
String |
getCategoryExpression()
Return the wm_table compatible expression that
specifies the property to use for category headings
|
IResultActionInfo[] |
getFunctionBarActions()
Returns metadata about each of the function bar actions
|
IResultColumnInfo[] |
getResultColumnInfos()
Returns metadata about each of the columns in the search results
that should be displayed in the search result portlet
|
String |
getRowID()
Return the wm_table compatible expression that will return
the identity value for each row in the search results.
|
IResultActionInfo[] getFunctionBarActions()
boolean areRowsSelectable()
String getRowID()
String getCategoryExpression()
IResultColumnInfo[] getResultColumnInfos()