Interface FieldArrayGridField<F extends FieldArrayGridField<F>>

All Superinterfaces:
Comparable<F>, Component<F>, Copyable<F>, Field<F>, FieldArrayField<F>, FormComponent<F>, Serializable
All Known Implementing Classes:
DefaultFieldArrayGridField

public interface FieldArrayGridField<F extends FieldArrayGridField<F>> extends FieldArrayField<F>
Represents the metadata for a FieldTypes.FIELD_ARRAY_GRID field. These type of collections are most useful for collections that are resident on the parent document, such as Product's `attributes` collection. This should not be used for collections with references to external documents.
Author:
Dima Myroniuk (dmyroniuk)