Interface FormFieldColumn<C extends FormFieldColumn<C>>

All Superinterfaces:
Column<C>, Comparable<C>, Component<C>, Copyable<C>, CustomCssComponent<C>, Serializable
All Known Implementing Classes:
DefaultFormFieldColumn

public interface FormFieldColumn<C extends FormFieldColumn<C>> extends Column<C>
Represents the metadata for a ColumnTypes.FORM_FIELD. This is used for showing a mutable form field in a column. On change, the update will be persisted.
Since:
Metadata Service 2.0.8, Release Train 2.1.6
Author:
Susana Cruz (susanaccruz)
  • Field Details

    • ALLOWED_TYPES

      static final Set<String> ALLOWED_TYPES
  • Method Details

    • field

      default C field(Field<?> field)