Interface Review

  • All Superinterfaces:
    Base, Component, com.adobe.cq.export.json.ComponentExporter, FormComponent

    @ConsumerType
    public interface Review
    extends Base
    Defines the Review Sling Model used for the /apps/core/fd/components/form/review component.
    Since:
    com.adobe.cq.forms.core.components.models 5.9.6
    • 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