Interface DefaultDDMFormFieldTypeSettings

All Superinterfaces:
DDMFormFieldTypeSettings

public interface DefaultDDMFormFieldTypeSettings extends DDMFormFieldTypeSettings
  • Method Details

    • fieldNamespace

      String fieldNamespace()
    • indexType

      String indexType()
    • label

    • labelAtStructureLevel

      default boolean labelAtStructureLevel()
    • localizable

      boolean localizable()
    • nativeField

      default boolean nativeField()
    • objectFieldName

      String objectFieldName()
    • predefinedValue

      LocalizedValue predefinedValue()
    • readOnly

      boolean readOnly()
    • repeatable

      boolean repeatable()
    • required

      boolean required()
    • requiredErrorMessage

      default LocalizedValue requiredErrorMessage()
    • rulesActionDisabled

      default boolean rulesActionDisabled()
    • rulesConditionDisabled

      default boolean rulesConditionDisabled()
    • showLabel

      boolean showLabel()
    • tip

    • validation

    • visibilityExpression

      String visibilityExpression()
    • visualProperty

      default boolean visualProperty()