public class CmsListMultiSearchAction extends CmsListSearchAction
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
KEY_VAL_DELIM
The string to delimit key and value.
|
static java.lang.String |
PARAM_DELIM
The string to delimit each column-value pair.
|
static java.lang.String |
SEARCH_COL_INPUT_ID
the html id prefix for the input element of the search bar.
|
SEARCH_BAR_INPUT_IDm_defaultShowAllAction, SEARCH_ACTION_ID, SHOWALL_ACTION_IDACTION_EXPLORER_SWITCH_IDEMPTY_MESSAGE, m_id| 构造器和说明 |
|---|
CmsListMultiSearchAction(CmsListColumnDefinition column)
Default constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
barHtml(CmsWorkplace wp)
Returns the html code for the search bar.
|
java.util.List |
filter(java.util.List items,
java.lang.String searchFilter)
Returns a sublist of the given items, that match the given filter string.
|
addColumn, buttonHtml, getColumns, isCaseInSensitive, setCaseInSensitive, setSearchFilter, setWpgetShowAllAction, setListId, setShowAllAction, useDefaultShowAllActiongetDefaultExplorerSwitchAction, resolveOnClicbuttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessagedefaultButtonHtml, defaultButtonHtml, defaultHelpHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisiblepublic static final java.lang.String KEY_VAL_DELIM
public static final java.lang.String PARAM_DELIM
public static final java.lang.String SEARCH_COL_INPUT_ID
public CmsListMultiSearchAction(CmsListColumnDefinition column)
column - the first column to search inCmsListSearchAction.addColumn(CmsListColumnDefinition)public java.lang.String barHtml(CmsWorkplace wp)
CmsListSearchActionbarHtml 在类中 CmsListSearchActionwp - the workplace contextCmsListSearchAction.barHtml(org.opencms.workplace.CmsWorkplace)public java.util.List filter(java.util.List items,
java.lang.String searchFilter)
CmsListSearchActionfilter 在类中 CmsListSearchActionitems - the items to filtersearchFilter - the string to filterCmsListSearchAction.filter(java.util.List, java.lang.String)