com.webmethods.caf.faces.bean.search
Class BaseTreeSearchResultPageBean
java.lang.Object
com.webmethods.caf.faces.bean.BaseFacesBean
com.webmethods.caf.faces.bean.BaseFacesSessionBean
com.webmethods.caf.faces.bean.BaseViewBean
com.webmethods.caf.faces.bean.BasePortletPageBean
com.webmethods.caf.faces.bean.search.BaseSearchResultPageBean
com.webmethods.caf.faces.bean.search.BaseTreeSearchResultPageBean
- All Implemented Interfaces:
- IPageFlowScopeAdapter, ISearchPageBean, ISearchResultsPageBean
public abstract class BaseTreeSearchResultPageBean
- extends BaseSearchResultPageBean
Base page bean for search result pages that use a tree to display the results
- Since:
- 7.0
Methods inherited from class com.webmethods.caf.faces.bean.search.BaseSearchResultPageBean |
applyUserPreferences, beforeApplyRequestValues, beforeRenderResponse, createSearchQuery, getActiveSearchQuery, getActiveSearchQueryString, getColumnWidthsPreference, getDisplayColumnsPreference, getInitialPageSize, getInitialSortAscendingPreference, getInitialSortByPreference, getSortableColumnList, getViewableColumnList, isApplyPreferencesNeeded, isQueryChanged, isSearchBarAvailable, persistDisplayOptions, setActiveSearchQuery, setColumnWidthsPreference, setDisplayColumnsPreference, setInitialPageSize, setInitialSortAscendingPreference, setInitialSortByPreference |
Methods inherited from class com.webmethods.caf.faces.bean.BaseViewBean |
afterApplyRequestValues, afterInvokeApplication, afterPhase, afterProcessValidations, afterRenderResponse, afterRestoreView, afterUpdateModelValues, beforeInvokeApplication, beforePhase, beforeProcessValidations, beforeRestoreView, beforeUpdateModelValues, findComponent, findComponentInRoot, getApplicationScope, getClientIds, getPhaseId, getRealPath, getRequestParam, getRequestScope, getSessionScope, gotoPage, initialize, isAsyncRequest, release, resetPageFlowStorage, streamFileDataToResponse |
Methods inherited from class com.webmethods.caf.faces.bean.BaseFacesBean |
createMethodBinding, createValueBinding, error, error, error, error, error, getBean, getFacesContext, getLocale, getResourceInputStream, getResources, getResourcesProvider, getRootCause, getStackTrace, getTreeAttribute, isUserInRole, log, log, log, putTreeAttribute, resetDataBindingClients, resolveDataBinding, resolveDataBinding, resolveExpression, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseTreeSearchResultPageBean
public BaseTreeSearchResultPageBean()
getActiveSearchResultsControl
public UIComponent getActiveSearchResultsControl()
- Description copied from class:
BaseSearchResultPageBean
- Return the active search results component (table, tree, whatever).
- Specified by:
getActiveSearchResultsControl
in class BaseSearchResultPageBean
- Returns:
- active search results component
getSearchResultsTreeControl
public abstract DataTree getSearchResultsTreeControl()
- Returns the search results tree control