Package org.opencms.workplace
Class CmsWorkplaceUserInfoBlock
java.lang.Object
org.opencms.workplace.CmsWorkplaceUserInfoBlock
Represents an user additional information block.
- Since:
- 6.5.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Creates a new entry.Returns a list of all configured additional information entries.getTitle()
Returns the title.void
Sets the title.
-
Constructor Details
-
CmsWorkplaceUserInfoBlock
public CmsWorkplaceUserInfoBlock()Default constructor.
-
-
Method Details
-
addEntry
Creates a new entry.- Parameters:
key
- the additional information keytype
- the class name of the stored data typewidget
- the widget class nameparams
- the widget parametersoptional
- if optional
-
getEntries
Returns a list of all configured additional information entries.- Returns:
- a list of
CmsWorkplaceUserInfoEntry
objects
-
getTitle
Returns the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title
- the title to set
-