Package org.opencms.jsp.util
Class CmsSchemaInfo.Tab
java.lang.Object
org.opencms.jsp.util.CmsSchemaInfo.Tab
- All Implemented Interfaces:
I_CmsInfoWrapper
- Enclosing class:
- CmsSchemaInfo
Represents the a single editor tab and its fields.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(CmsSchemaInfo.Field field) Adds a field.Gets the description.Gets the description key.Gets the raw description string.Gets the display name.Gets the display name key.Gets the raw display name string.Gets the fields.void
setDescription
(String description) Sets the description.void
setDescriptionKey
(String descriptionKey) Sets the description key.void
setDescriptionRaw
(String descriptionRaw) Sets the raw description string.void
setDisplayName
(String displayName) Sets the display name.void
setDisplayNameKey
(String displayNameKey) Sets the display name key.void
setDisplayNameRaw
(String displayNameRaw) Sets the raw display name string.
-
Constructor Details
-
Tab
public Tab()
-
-
Method Details
-
add
Adds a field.- Parameters:
field
- the field to add
-
getDescription
Gets the description.- Specified by:
getDescription
in interfaceI_CmsInfoWrapper
- Returns:
- the description
-
getDescriptionKey
Gets the description key.- Specified by:
getDescriptionKey
in interfaceI_CmsInfoWrapper
- Returns:
- the description key
-
getDescriptionRaw
Gets the raw description string.- Specified by:
getDescriptionRaw
in interfaceI_CmsInfoWrapper
- Returns:
- the raw description
-
getDisplayName
Gets the display name.- Returns:
- the display name
-
getDisplayNameKey
Gets the display name key.- Returns:
- the display name key
-
getDisplayNameRaw
Gets the raw display name string.- Returns:
- the raw display name string
-
getFields
Gets the fields.- Returns:
- the fields
-
setDescription
Sets the description.- Parameters:
description
- the new description
-
setDescriptionKey
Sets the description key.- Parameters:
descriptionKey
- the new description key
-
setDescriptionRaw
Sets the raw description string.- Parameters:
descriptionRaw
- the raw description string
-
setDisplayName
Sets the display name.- Parameters:
displayName
- the new display name
-
setDisplayNameKey
Sets the display name key.- Parameters:
displayNameKey
- the new display name key
-
setDisplayNameRaw
Sets the raw display name string.- Parameters:
displayNameRaw
- the raw display name string
-