public class CmsListItemSelectionCustomAction extends CmsListItemSelectionAction
EMPTY_MESSAGE, m_id
构造器和说明 |
---|
CmsListItemSelectionCustomAction(java.lang.String id,
java.lang.String columnValue)
Default Constructor.
|
CmsListItemSelectionCustomAction(java.lang.String id,
java.lang.String name,
java.lang.String columnValue)
Default Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
buttonHtml(CmsWorkplace wp)
Returns the necessary html code.
|
java.lang.String |
getAttributes()
Returns the attributes.
|
java.lang.String |
getColumn()
Returns the column.
|
java.lang.String |
getFieldName()
Returns the fieldName.
|
void |
setAttributes(java.lang.String attributes)
Sets the attributes.
|
void |
setColumn(java.lang.String column)
Sets the column.
|
void |
setFieldName(java.lang.String fieldName)
Sets the fieldName.
|
getMultiActionId, getSelectedItemId, setSelectedItemId
confirmationTextHtml, getColumnForTexts, getItem, helpTextHtml, resolveButtonStyle, resolveHelpText, resolveName, resolveOnClic, setColumnForTexts, setItem
buttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setListId, 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
buttonHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setListId, setWp
getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible
public CmsListItemSelectionCustomAction(java.lang.String id, java.lang.String columnValue)
id
- the unique idcolumnValue
- the name of the column used for the valuepublic CmsListItemSelectionCustomAction(java.lang.String id, java.lang.String name, java.lang.String columnValue)
id
- the unique idname
- the name of the input fieldcolumnValue
- the name of the column used for the valuepublic java.lang.String buttonHtml(CmsWorkplace wp)
I_CmsHtmlIconButton
buttonHtml
在接口中 I_CmsHtmlIconButton
buttonHtml
在类中 CmsListItemSelectionAction
wp
- the jsp page to write the code toI_CmsHtmlIconButton.buttonHtml(CmsWorkplace)
public java.lang.String getAttributes()
public java.lang.String getColumn()
public java.lang.String getFieldName()
public void setAttributes(java.lang.String attributes)
attributes
- the attributes to setpublic void setColumn(java.lang.String column)
column
- the column to setpublic void setFieldName(java.lang.String fieldName)
fieldName
- the fieldName to set