Class A_CmsListAction

    • Field Summary

      • Fields inherited from class org.opencms.workplace.tools.A_CmsHtmlIconButton

        EMPTY_MESSAGE, m_id
    • Constructor Summary

      Constructors 
      Constructor Description
      A_CmsListAction​(java.lang.String id)
      Default Constructor.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buttonHtml()
      The same using I_CmsListAction.getWp().
      static java.lang.String defaultConfirmationHtml​(java.lang.String confId, java.lang.String confText)
      Generates html for the confirmation message when having one confirmation message for several actions.
      org.opencms.i18n.CmsMessageContainer getConfirmationMessage()
      Returns an optional confirmation message for the action.
      java.lang.String getListId()
      Returns the id of the associated list.
      A_CmsListDialog getWp()
      Returns the related workplace dialog object, to be able to access dynamic data.
      void setConfirmationMessage​(org.opencms.i18n.CmsMessageContainer confirmationMsg)
      Sets the confirmation message.
      void setListId​(java.lang.String listId)
      Sets the list id.
      void setWp​(A_CmsListDialog wp)
      Sets the workplace dialog object.
      • 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.tools.I_CmsHtmlIconButton

        buttonHtml, getHelpText, getIconPath, getId, getName, isEnabled, isVisible, setEnabled, setHelpText, setIconPath, setName, setVisible