|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.CmsWorkplaceUserInfoEntry
public final class CmsWorkplaceUserInfoEntry
Represents an user additional information entry.
Constructor Summary | |
---|---|
CmsWorkplaceUserInfoEntry(java.lang.String key,
java.lang.String type,
java.lang.String widget,
java.lang.String params,
java.lang.String optional)
Default constructor. |
Method Summary | |
---|---|
java.lang.Class |
getClassType()
Returns the class type. |
java.lang.String |
getKey()
Returns the key. |
java.lang.String |
getOptional()
Returns the optional flag. |
java.lang.String |
getParams()
Returns the configured widget parameters. |
java.lang.String |
getType()
Returns the configured class name type. |
java.lang.String |
getWidget()
Returns the widget class name. |
I_CmsWidget |
getWidgetObject()
Returns a new widget object. |
boolean |
isOptional()
Returns the optional flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsWorkplaceUserInfoEntry(java.lang.String key, java.lang.String type, java.lang.String widget, java.lang.String params, java.lang.String optional)
key
- the key for this entrytype
- the class name of the stored data typewidget
- the widget to useparams
- the widget parametersoptional
- if this entry is optionalMethod Detail |
---|
public java.lang.String getKey()
public java.lang.String getWidget()
public I_CmsWidget getWidgetObject()
public java.lang.String getOptional()
public boolean isOptional()
public java.lang.String getParams()
public java.lang.String getType()
public java.lang.Class getClassType()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |