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_IDEMPTY_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, resolveOnClicbuttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setWpdefaultButtonHtml, 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 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_CmsHtmlIconButtonbuttonHtml 在接口中 I_CmsHtmlIconButtonbuttonHtml 在类中 CmsListIndependentActionwp - the jsp page to write the code toI_CmsHtmlIconButton.buttonHtml(CmsWorkplace)public I_CmsListAction getShowAllAction()
public void setListId(java.lang.String listId)
I_CmsListActionsetListId 在接口中 I_CmsListActionsetListId 在类中 A_CmsListActionlistId - 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()