Interface ComponentContainer

All Superinterfaces:
Cloneable, Component, CompositeComponent
All Known Subinterfaces:
Column, FieldSet
All Known Implementing Classes:
AbstractComponentContainer, ColumnImpl, FieldSetImpl

public interface ComponentContainer extends CompositeComponent
A container for fields.
  • Method Details

    • isReadonly

      boolean isReadonly()
      If `true`, the component will be read only.
    • isHidden

      boolean isHidden()
      If `true`, the column will not be displayed.
    • getUseLabel

      UseLabel getUseLabel()
      - `yes`, the label will be displayed. - `no`, no label will be displayed (but space for label is kept intact - `hide`, the label area is hidden
    • getDefaultLabel

      @Nullable @Nullable String getDefaultLabel(Form form, TextResources textResources)
      Return the default label for this component. This will be used when no label is specified explicitly in the form.
    • isIgnoreCopy

      boolean isIgnoreCopy()
      If `true`, the field will not be copied in the frontend copy action