Class BuiltinWidgetModes
java.lang.Object
org.nuxeo.ecm.platform.forms.layout.api.BuiltinWidgetModes
List of built in widget modes.
- Author:
- Anahide Tchertchian
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isLikePlainMode
(String widgetMode) static boolean
isLikeViewMode
(String widgetMode) static boolean
isModeSupported
(String widgetMode, List<String> supportedModes)
-
Field Details
-
VIEW
- See Also:
-
EDIT
- See Also:
-
PLAIN
- Since:
- 5.4.2
- See Also:
-
CSV
- Since:
- 5.4.2
- See Also:
-
PDF
- Since:
- 5.4.2
- See Also:
-
HIDDEN
- See Also:
-
-
Method Details
-
isModeSupported
-
isLikePlainMode
- Since:
- 5.4.2
-
isLikeViewMode
- Since:
- 5.4.2
-