public final class CmsWorkplaceUserInfoBlock
extends java.lang.Object
构造器和说明 |
---|
CmsWorkplaceUserInfoBlock()
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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 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