Interface Review
-
- All Superinterfaces:
Base,Component,com.adobe.cq.export.json.ComponentExporter,FormComponent
@ConsumerType public interface Review extends Base
Defines theReviewSling Model used for the/apps/core/fd/components/form/reviewcomponent.- Since:
- com.adobe.cq.forms.core.components.models 5.9.6
-
-
Field Summary
-
Fields inherited from interface com.adobe.cq.forms.core.components.models.form.Base
DATE_FORMATTER, DEFAULT_LANGUAGE
-
Fields inherited from interface com.adobe.cq.forms.core.components.models.form.FormComponent
CUSTOM_PROPERTY_WRAPPER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEditModeAction()java.lang.String[]getLinkedPanels()-
Methods inherited from interface com.adobe.cq.forms.core.components.models.form.Base
getConstraintMessages, getDescription, getExportedType, getHtmlScreenReaderText, getLabel, getLang, getScreenReaderText, getTooltip, isEnabled, isTooltipVisible
-
Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getId
-
Methods inherited from interface com.adobe.cq.forms.core.components.models.form.FormComponent
getDataRef, getDorProperties, getEvents, getFieldType, getName, getPath, getProperties, getRules, isVisible, setI18n
-
-
-
-
Method Detail
-
getLinkedPanels
java.lang.String[] getLinkedPanels()
- Returns:
- an array of linked panels to be reviewed on the review page. Each linked panel is the name of a panel that is linked to the review page.
- Since:
- com.adobe.cq.forms.core.components.models.form 5.9.6
-
getEditModeAction
java.lang.String getEditModeAction()
- Returns:
- the edit mode action, which indicates whether edit button is visible on the review page at field, panel, both, or none
- Since:
- com.adobe.cq.forms.core.components.models.form 5.9.6
-
-