Interface ConfigurationField

All Known Implementing Classes:
AbstractConfigurationField, BooleanField, DropdownField, InlineBinaryField, ListField, NumberField, TextField

public interface ConfigurationField
  • Field Details

  • Method Details

    • getFieldType

      String getFieldType()
    • getName

      String getName()
    • getHumanName

      String getHumanName()
    • getDescription

      String getDescription()
    • getDefaultValue

      Object getDefaultValue()
    • setDefaultValue

      void setDefaultValue(Object defaultValue)
    • isOptional

    • getAttributes

      List<String> getAttributes()
    • getAdditionalInformation

      Map<String,Map<String,String>> getAdditionalInformation()
    • getPosition

      default int getPosition()
    • isEncrypted

      default boolean isEncrypted()