public class AdvancedSearchPage extends AbstractCmsWizardPage
| Modifier and Type | Class and Description |
|---|---|
class |
AdvancedSearchPage.DefaultListViewSelectorController |
class |
AdvancedSearchPage.DefaultSelectorAdvancedSearchController |
class |
AdvancedSearchPage.DefaultSelectorAdvancedSearchViewListener |
class |
AdvancedSearchPage.DefaultSelectorColumnModelListener |
class |
AdvancedSearchPage.DefaultSelectorListComponentModelListener |
class |
AdvancedSearchPage.DefaultSelectorListViewListener |
class |
AdvancedSearchPage.DefaultSelectorTableModelListener |
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ADVANCED_SEARCH_VIEW_CONFIG_CODE |
protected static java.lang.String |
LIST_VIEW_CONFIG_CODE |
protected static java.lang.String |
LIST_VIEW_SELECTOR_SCLASS |
protected static java.lang.String |
WIZARD_ADVANCED_SEARCH_PAGE |
CMSWIZARD_ERROR_CNT_SCLASS, CMSWIZARD_PAGE_CNT_SCLASS, CMSWIZARD_PAGE_CONTENT_CNT_SCLASS, CONTENT_ELEMENT_CONFIG, ERROR_SCLASS_CMSWIZARD_CNT, ERROR_SCLASS_ELEMENT_BOX_EDITOR, errorContainer, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITORheight, title, width, wizard| Constructor and Description |
|---|
AdvancedSearchPage(java.lang.String pageTitle,
Wizard wizard)
General constructor
|
clearPageComponents, getDisplayedAttributes, getErrorContainer, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributesgetAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidthprotected static final java.lang.String LIST_VIEW_CONFIG_CODE
protected static final java.lang.String ADVANCED_SEARCH_VIEW_CONFIG_CODE
protected static final java.lang.String WIZARD_ADVANCED_SEARCH_PAGE
protected static final java.lang.String LIST_VIEW_SELECTOR_SCLASS
public AdvancedSearchPage(java.lang.String pageTitle,
Wizard wizard)
pageTitle - - page title that will be displayed when current page will be processedwizard - - parent wizardpublic java.util.List<? extends java.lang.Object> getSearchResult()
public int getPageSize()
public void setPageSize(int size)
public void setWidth(java.lang.String width)
width - the width to setpublic void setHeight(java.lang.String height)
height - the height to setpublic TableModel getTableModel()
public ObjectType getRootSearchType()
public void setRootSearchType(ObjectType rootSearchType)
public Component createRepresentationItself()
createRepresentationItself in interface CmsWizardPagecreateRepresentationItself in class AbstractCmsWizardPageprotected Component loadMainViewCompoent()
protected Radiogroup positioningOptions()
protected HtmlBasedComponent pagingToolbar()
protected void loadViewComponents()
protected UIListView loadListView()
protected void doSearch(ObjectTemplate objectType, AdvancedSearchParameterContainer parameterContainer, int currentPage)
public void setSearchResult(java.util.List<? extends java.lang.Object> searchResult,
int total)
protected void createSearchParameterValues(AdvancedSearchParameterContainer parameterContainer, java.util.List<SearchParameterValue> paramValues, java.util.List<java.util.List<SearchParameterValue>> orValues)
protected UIAdvancedSearchView loadAdvancedSearchView()
public void initAdvanceModeModels()
public MutableTableModel createDefaultTableModel()
public DefaultAdvancedSearchModel createAdvancedTableModel()
protected void addPredefinedFields(AdvancedSearchConfiguration config)
protected java.util.Map<java.lang.String,SearchFieldConfiguration> getSearchFieldMap(java.util.Collection<SearchFieldConfiguration> fields)
protected void addPredefinedValues(DefaultAdvancedSearchModel searchModel)
protected ColumnModelListener getColumnModelListener()
protected void storeListViewConfiguration()
public BrowserModel getBrowserModel()
protected ListViewConfiguration getListViewConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
protected AdvancedSearchConfiguration getAdvancedSearchConfiguration(ObjectTemplate objectTemplate, java.lang.String code)
public void clearCurrentSearchResult()
protected SearchProvider getSearchProvider()
protected UIConfigurationService getUIConfigurationService()
protected TypeService getTypeService()
public void initView(Wizard wizard, Component comp)
initView in interface WizardPageinitView in class DefaultPagepublic boolean isAddSelectedElementsAtTop()
Copyright © 2018 SAP SE. All Rights Reserved.