public final class CmsWorkplaceUserInfoBlock extends java.lang.Object
| Constructor and Description |
|---|
CmsWorkplaceUserInfoBlock()
Default constructor.
|
| Modifier and Type | Method and 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.
|
public CmsWorkplaceUserInfoBlock()
public void addEntry(java.lang.String key, java.lang.String type, java.lang.String widget, java.lang.String params, java.lang.String optional)
key - the additional information keytype - the class name of the stored data typewidget - the widget class nameparams - the widget parametersoptional - if optionalpublic java.util.List<CmsWorkplaceUserInfoEntry> getEntries()
CmsWorkplaceUserInfoEntry objectspublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the title to set