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_ID
m_defaultShowAllAction, SEARCH_ACTION_ID, SHOWALL_ACTION_ID
ACTION_EXPLORER_SWITCH_ID
EMPTY_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, setWp
getShowAllAction, setListId, setShowAllAction, useDefaultShowAllAction
getDefaultExplorerSwitchAction, resolveOnClic
buttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage
defaultButtonHtml, defaultButtonHtml, defaultHelpHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible
public 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)
CmsListSearchAction
barHtml
在类中 CmsListSearchAction
wp
- the workplace contextCmsListSearchAction.barHtml(org.opencms.workplace.CmsWorkplace)
public java.util.List filter(java.util.List items, java.lang.String searchFilter)
CmsListSearchAction
filter
在类中 CmsListSearchAction
items
- the items to filtersearchFilter
- the string to filterCmsListSearchAction.filter(java.util.List, java.lang.String)