|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.tools.A_CmsHtmlIconButton
org.opencms.workplace.list.A_CmsListAction
org.opencms.workplace.list.CmsListIndependentAction
org.opencms.workplace.list.A_CmsListSearchAction
public abstract class A_CmsListSearchAction
Abstract implementation of a search action.
It provides the default show all action accessor and the rendering method.
Field Summary | |
---|---|
I_CmsListAction |
m_defaultShowAllAction
A default show all action. |
static java.lang.String |
SEARCH_ACTION_ID
The action id for the search action. |
static java.lang.String |
SHOWALL_ACTION_ID
The action id for the show all action. |
Fields inherited from class org.opencms.workplace.list.CmsListIndependentAction |
---|
ACTION_EXPLORER_SWITCH_ID |
Fields inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton |
---|
EMPTY_MESSAGE, m_id |
Constructor Summary | |
---|---|
protected |
A_CmsListSearchAction()
Default Constructor. |
Method Summary | |
---|---|
java.lang.String |
buttonHtml(CmsWorkplace wp)
Returns the necessary html code. |
I_CmsListAction |
getShowAllAction()
Returns the Show-All action. |
void |
setListId(java.lang.String listId)
Sets the list id. |
void |
setShowAllAction(I_CmsListAction showAllAction)
Sets the Show-All action. |
void |
useDefaultShowAllAction()
Sets the current used show-all action to the default. |
Methods inherited from class org.opencms.workplace.list.CmsListIndependentAction |
---|
getDefaultExplorerSwitchAction, resolveOnClic |
Methods inherited from class org.opencms.workplace.list.A_CmsListAction |
---|
buttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setWp |
Methods inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton |
---|
defaultButtonHtml, defaultButtonHtml, defaultHelpHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
---|
getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
Field Detail |
---|
public static final java.lang.String SEARCH_ACTION_ID
public static final java.lang.String SHOWALL_ACTION_ID
public final I_CmsListAction m_defaultShowAllAction
Constructor Detail |
---|
protected A_CmsListSearchAction()
Method Detail |
---|
public java.lang.String buttonHtml(CmsWorkplace wp)
I_CmsHtmlIconButton
buttonHtml
in interface I_CmsHtmlIconButton
buttonHtml
in class CmsListIndependentAction
wp
- the jsp page to write the code to
I_CmsHtmlIconButton.buttonHtml(CmsWorkplace)
public I_CmsListAction getShowAllAction()
public void setListId(java.lang.String listId)
I_CmsListAction
setListId
in interface I_CmsListAction
setListId
in class A_CmsListAction
listId
- the id of the list to setA_CmsListAction.setListId(java.lang.String)
public void setShowAllAction(I_CmsListAction showAllAction)
showAllAction
- the Show-All action to setpublic void useDefaultShowAllAction()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |