Class CmsProjectResourcesDisplayMode
java.lang.Object
org.opencms.workplace.tools.projects.CmsProjectResourcesDisplayMode
- All Implemented Interfaces:
Serializable
Wrapper class for
the different types of project files view.
The possibles values are:
- Since:
- 6.0.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CmsProjectResourcesDisplayMode
Constant for the all changes view.static final CmsProjectResourcesDisplayMode
Constant for the deleted files only view.static final CmsProjectResourcesDisplayMode
Constant for the modified files only view.static final CmsProjectResourcesDisplayMode
Constant for the new files only view.static final List
List of mode constants. -
Method Summary
-
Field Details
-
ALL_CHANGES
Constant for the all changes view. -
DELETED_FILES
Constant for the deleted files only view. -
MODIFIED_FILES
Constant for the modified files only view. -
NEW_FILES
Constant for the new files only view. -
VALUES
List of mode constants.
-
-
Method Details
-
valueOf
public static CmsProjectResourcesDisplayMode valueOf(String value) throws org.opencms.main.CmsIllegalArgumentException Parses an string into an element of this enumeration.- Parameters:
value
- the mode to parse- Returns:
- the enumeration element
- Throws:
org.opencms.main.CmsIllegalArgumentException
- if the given value could not be matched against aCmsListColumnAlignEnum
type.
-
getMode
Returns the mode string.- Returns:
- the mode string
-
toString
-