Interface FieldLayout

All Superinterfaces:
WithId

public interface FieldLayout extends WithId
  • Method Details

    • getName

      String getName()
    • getDescription

      String getDescription()
    • getFieldLayoutItems

      List<FieldLayoutItem> getFieldLayoutItems()
    • getRequiredFieldIds

      List<String> getRequiredFieldIds()
    • setName

      void setName(String name)
    • setDescription

      void setDescription(String description)
    • resetField

      void resetField(String fieldId)
    • setRequired

      void setRequired(String fieldId, boolean required)