Interface Button

  • All Superinterfaces:
    ComponentExporter, Field

    @ConsumerType
    public interface Button
    extends Field
    Defines the Button Sling Model used for the /apps/core/wcm/components/button component.
    Since:
    com.adobe.cq.wcm.core.components.models.form 13.0.0
    • Method Detail

      • getType

        default Button.Type getType()
        Returns this button's type.
        Returns:
        the type of the button; possible values: 'button', 'submit'
        Since:
        com.adobe.cq.wcm.core.components.models.form 13.0.0; marked default in 14.1.0