Interface ContainerConstraint


  • @ConsumerType
    public interface ContainerConstraint
    A interface which specifies the different form container constraints
    Since:
    com.adobe.cq.forms.core.components.models.form 0.0.1
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default int getMaxItems()
      Returns the maximum items of the container (ie array data type)
      default int getMinItems()
      Returns the minimum items of the container (ie array data type)
    • Method Detail

      • getMinItems

        default int getMinItems()
        Returns the minimum items of the container (ie array data type)
        Returns:
        the minimum items
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getMaxItems

        default int getMaxItems()
        Returns the maximum items of the container (ie array data type)
        Returns:
        the maximum items
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1