|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CmsListSearchAction
instead
public interface I_CmsSearchMethod
Defines a search action, that is a list action with an additional method for filtering.
Method Summary | |
---|---|
java.util.List |
filter(java.util.List items,
java.lang.String filter)
Deprecated. Returns a sublist of the given items, that match the filter string. |
Methods inherited from interface org.opencms.workplace.list.I_CmsListAction |
---|
buttonHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setListId, setWp |
Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
---|
buttonHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
Method Detail |
---|
java.util.List filter(java.util.List items, java.lang.String filter)
items
- the items to filterfilter
- the filter string
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |