Class CmsListItemSelectionCustomAction

    • Constructor Detail

      • CmsListItemSelectionCustomAction

        public CmsListItemSelectionCustomAction​(java.lang.String id,
                                                java.lang.String columnValue)
        Default Constructor.

        Parameters:
        id - the unique id
        columnValue - the name of the column used for the value
      • CmsListItemSelectionCustomAction

        public CmsListItemSelectionCustomAction​(java.lang.String id,
                                                java.lang.String name,
                                                java.lang.String columnValue)
        Default Constructor.

        Parameters:
        id - the unique id
        name - the name of the input field
        columnValue - the name of the column used for the value
    • Method Detail

      • buttonHtml

        public java.lang.String buttonHtml​(org.opencms.workplace.CmsWorkplace wp)
        Specified by:
        buttonHtml in interface org.opencms.workplace.tools.I_CmsHtmlIconButton
        Overrides:
        buttonHtml in class CmsListItemSelectionAction
        See Also:
        I_CmsHtmlIconButton.buttonHtml(CmsWorkplace)
      • getAttributes

        public java.lang.String getAttributes()
        Returns the attributes.

        Returns:
        the attributes
      • getColumn

        public java.lang.String getColumn()
        Returns the column.

        Returns:
        the column
      • getFieldName

        public java.lang.String getFieldName()
        Returns the fieldName.

        Returns:
        the fieldName
      • setAttributes

        public void setAttributes​(java.lang.String attributes)
        Sets the attributes.

        Parameters:
        attributes - the attributes to set
      • setColumn

        public void setColumn​(java.lang.String column)
        Sets the column.

        Parameters:
        column - the column to set
      • setFieldName

        public void setFieldName​(java.lang.String fieldName)
        Sets the fieldName.

        Parameters:
        fieldName - the fieldName to set