public class CmsListIndependentAction extends A_CmsListAction
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
ACTION_EXPLORER_SWITCH_ID
List independent action id constant.
|
EMPTY_MESSAGE, m_id| 构造器和说明 |
|---|
CmsListIndependentAction(java.lang.String id)
Default Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
buttonHtml(CmsWorkplace wp)
Returns the necessary html code.
|
static CmsListIndependentAction |
getDefaultExplorerSwitchAction()
Returns the default explorer switch action for explorer list dialogs.
|
protected java.lang.String |
resolveOnClic(CmsWorkplace wp)
Help method to resolve the on clic text to use.
|
buttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setListId, 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 ACTION_EXPLORER_SWITCH_ID
public CmsListIndependentAction(java.lang.String id)
id - unique idprotected java.lang.String resolveOnClic(CmsWorkplace wp)
wp - the workplace contextpublic java.lang.String buttonHtml(CmsWorkplace wp)
I_CmsHtmlIconButtonwp - the jsp page to write the code toI_CmsHtmlIconButton.buttonHtml(CmsWorkplace)public static CmsListIndependentAction getDefaultExplorerSwitchAction()