|
||||||||||
| 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
public class CmsListItemSelectionAction
Default implementation of a list item selection action.
| Field Summary |
|---|
| Fields inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton |
|---|
EMPTY_MESSAGE, m_id |
| Constructor Summary | |
|---|---|
CmsListItemSelectionAction(String id,
String multiActionId)
Default Constructor. |
|
| Method Summary | |
|---|---|
String |
buttonHtml(CmsWorkplace wp)
Returns the necessary html code. |
String |
getMultiActionId()
Returns the id of the related multi Action. |
String |
getSelectedItemId()
Returns the selected item Id. |
void |
setSelectedItemId(String selectedItemId)
Sets the selected item Id. |
| 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 |
|---|
defaultConfirmationHtml, getConfirmationMessage, getListId, setConfirmationMessage, setListId |
| 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 |
|---|
getConfirmationMessage, getListId, setConfirmationMessage, setListId |
| Methods inherited from interface org.opencms.workplace.tools.I_CmsHtmlIconButton |
|---|
getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible |
| Constructor Detail |
|---|
public CmsListItemSelectionAction(String id,
String multiActionId)
id - the unique idmultiActionId - the id of the related multi Action| Method Detail |
|---|
public String buttonHtml(CmsWorkplace wp)
I_CmsHtmlIconButton
buttonHtml in interface I_CmsHtmlIconButtonbuttonHtml in class CmsListDirectActionwp - the jsp page to write the code to
I_CmsHtmlIconButton.buttonHtml(CmsWorkplace)public String getMultiActionId()
public String getSelectedItemId()
public void setSelectedItemId(String selectedItemId)
selectedItemId - the selected item Id to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||