|
||||||||
| 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.CmsListDirectAction
org.opencms.workplace.list.CmsListItemSelectionAction
org.opencms.workplace.list.CmsListItemSelectionCustomAction
public class CmsListItemSelectionCustomAction
Implementation of a list item selection action where to define name and the column with the value.
| Field Summary |
|---|
| Fields inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton |
|---|
EMPTY_MESSAGE, m_id |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.opencms.workplace.list.CmsListItemSelectionAction |
|---|
getMultiActionId, getSelectedItemId, setSelectedItemId |
| Methods inherited from class org.opencms.workplace.list.CmsListDirectAction |
|---|
confirmationTextHtml, getColumnForTexts, getItem, helpTextHtml, resolveButtonStyle, resolveHelpText, resolveName, resolveOnClic, setColumnForTexts, setItem |
| Methods inherited from class org.opencms.workplace.list.A_CmsListAction |
|---|
buttonHtml, defaultConfirmationHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setListId, 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.list.I_CmsListAction |
|---|
buttonHtml, getConfirmationMessage, getListId, getWp, setConfirmationMessage, setListId, setWp |
| Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
|---|
getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
| Constructor Detail |
|---|
public CmsListItemSelectionCustomAction(java.lang.String id,
java.lang.String columnValue)
id - the unique idcolumnValue - the name of the column used for the value
public 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 value| Method Detail |
|---|
public java.lang.String buttonHtml(CmsWorkplace wp)
I_CmsHtmlIconButton
buttonHtml in interface I_CmsHtmlIconButtonbuttonHtml in class CmsListItemSelectionActionwp - the jsp page to write the code to
I_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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||