public abstract class A_CmsListSearchAction extends CmsListIndependentAction
It provides the default show all action accessor and the rendering method.
限定符和类型 | 字段和说明 |
---|---|
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.
|
ACTION_EXPLORER_SWITCH_ID
EMPTY_MESSAGE, m_id
限定符 | 构造器和说明 |
---|---|
protected |
A_CmsListSearchAction()
Default Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
getDefaultExplorerSwitchAction, resolveOnClic
buttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setWp
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 SEARCH_ACTION_ID
public static final java.lang.String SHOWALL_ACTION_ID
public final I_CmsListAction m_defaultShowAllAction
public java.lang.String buttonHtml(CmsWorkplace wp)
I_CmsHtmlIconButton
buttonHtml
在接口中 I_CmsHtmlIconButton
buttonHtml
在类中 CmsListIndependentAction
wp
- the jsp page to write the code toI_CmsHtmlIconButton.buttonHtml(CmsWorkplace)
public I_CmsListAction getShowAllAction()
public void setListId(java.lang.String listId)
I_CmsListAction
setListId
在接口中 I_CmsListAction
setListId
在类中 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()