public final class CmsWorkplaceUserInfoEntry
extends java.lang.Object
构造器和说明 |
---|
CmsWorkplaceUserInfoEntry(java.lang.String key,
java.lang.String type,
java.lang.String widget,
java.lang.String params,
java.lang.String optional)
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
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 optionalpublic 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()