Class CmsWorkplaceUserInfoBlock

java.lang.Object
org.opencms.workplace.CmsWorkplaceUserInfoBlock

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

Since:
6.5.6
  • Constructor Details

  • Method Details

    • addEntry

      public void addEntry(String key, String type, String widget, String params, 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
    • getEntries

      Returns a list of all configured additional information entries.

      Returns:
      a list of CmsWorkplaceUserInfoEntry objects
    • getTitle

      public String getTitle()
      Returns the title.

      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Sets the title.

      Parameters:
      title - the title to set