Class CmsWorkplaceUserInfoBlock


  • public final class CmsWorkplaceUserInfoBlock
    extends java.lang.Object
    Represents an user additional information block.

    Since:
    6.5.6
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEntry​(java.lang.String key, java.lang.String type, java.lang.String widget, java.lang.String params, java.lang.String optional)
      Creates a new entry.
      java.util.List<CmsWorkplaceUserInfoEntry> getEntries()
      Returns a list of all configured additional information entries.
      java.lang.String getTitle()
      Returns the title.
      void setTitle​(java.lang.String title)
      Sets the title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addEntry

        public void addEntry​(java.lang.String key,
                             java.lang.String type,
                             java.lang.String widget,
                             java.lang.String params,
                             java.lang.String optional)
        Creates a new entry.

        Parameters:
        key - the additional information key
        type - the class name of the stored data type
        widget - the widget class name
        params - the widget parameters
        optional - if optional
      • getTitle

        public java.lang.String getTitle()
        Returns the title.

        Returns:
        the title
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets the title.

        Parameters:
        title - the title to set