Interface DerivedSelectField<F extends DerivedSelectField<F>>

    • Method Detail

      • source

        default F source​(String source)
        The source property to derive the options from. The source property is expected to be an array of object values with a label and value property.

        Note, if this is used in combination with SelectField.options(Collection), then the two option sets will be merged together.

        Parameters:
        source - the source property
        Returns:
        this