Package org.opencms.workplace
Class CmsWorkplaceUserInfoEntry
java.lang.Object
org.opencms.workplace.CmsWorkplaceUserInfoEntry
Represents an user additional information entry.
- Since:
- 6.5.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Returns the class type.getKey()
Returns the key.Returns the optional flag.Returns the configured widget parameters.getType()
Returns the configured class name type.Returns the widget class name.Returns a new widget object.boolean
Returns the optional flag.
-
Constructor Details
-
CmsWorkplaceUserInfoEntry
public CmsWorkplaceUserInfoEntry(String key, String type, String widget, String params, String optional) Default constructor.- Parameters:
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 optional
-
-
Method Details
-
getKey
Returns the key.- Returns:
- the key
-
getWidget
Returns the widget class name.- Returns:
- the widget class name
-
getWidgetObject
Returns a new widget object.- Returns:
- a new widget object
-
getOptional
Returns the optional flag.- Returns:
- the optional flag
-
isOptional
Returns the optional flag.- Returns:
- the optional flag
-
getParams
Returns the configured widget parameters.- Returns:
- the configured widget parameters
-
getType
Returns the configured class name type.- Returns:
- the configured class name type
-
getClassType
Returns the class type.- Returns:
- the class type
-