Interface DatePicker

    • Method Detail

      • getDefault

        default java.lang.Object[] getDefault()
        Description copied from interface: Field
        The value of the field when no value is provided by the end user or data model. The type of this property should match the value of the type property defined in the Field. If not, then a type coercion will be tried and if that fails, the value will be set to null.
        Specified by:
        getDefault in interface Field
        Returns:
        default value of the field
        Since:
        com.adobe.cq.forms.core.components.models.form 2.0.0
        See Also:
        Field.getDefault()