Class CmsWorkplaceUserInfoEntry

java.lang.Object
org.opencms.workplace.CmsWorkplaceUserInfoEntry

public final class CmsWorkplaceUserInfoEntry extends Object
Represents an user additional information entry.

Since:
6.5.6
  • Constructor Details

    • CmsWorkplaceUserInfoEntry

      public CmsWorkplaceUserInfoEntry(String key, String type, String widget, String params, String optional)
      Default constructor.

      Parameters:
      key - the key for this entry
      type - the class name of the stored data type
      widget - the widget to use
      params - the widget parameters
      optional - if this entry is optional
  • Method Details

    • getKey

      public String getKey()
      Returns the key.

      Returns:
      the key
    • getWidget

      public String getWidget()
      Returns the widget class name.

      Returns:
      the widget class name
    • getWidgetObject

      Returns a new widget object.

      Returns:
      a new widget object
    • getOptional

      public String getOptional()
      Returns the optional flag.

      Returns:
      the optional flag
    • isOptional

      public boolean isOptional()
      Returns the optional flag.

      Returns:
      the optional flag
    • getParams

      public String getParams()
      Returns the configured widget parameters.

      Returns:
      the configured widget parameters
    • getType

      public String getType()
      Returns the configured class name type.

      Returns:
      the configured class name type
    • getClassType

      public Class<?> getClassType()
      Returns the class type.

      Returns:
      the class type