|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.opencms.workplace.CmsWorkplaceUserInfoBlock
public final class CmsWorkplaceUserInfoBlock
Represents an user additional information block.
| Constructor Summary | |
|---|---|
CmsWorkplaceUserInfoBlock()
Default constructor. |
|
| Method Summary | |
|---|---|
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 |
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 |
| Constructor Detail |
|---|
public CmsWorkplaceUserInfoBlock()
| Method Detail |
|---|
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 getEntries()
CmsWorkplaceUserInfoEntry objectspublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the title to set
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||