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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Defines button type.
  • Field Summary

    Fields inherited from interface com.adobe.cq.wcm.core.components.models.form.Field

    PN_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    default Button.Type
    Returns this button's type.

    Methods inherited from interface com.adobe.cq.wcm.core.components.models.form.Field

    getExportedType, getHelpMessage, getId, getName, getTitle, getValue
  • Method Details

    • 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