Schnittstelle IColumnEditor<C extends IColumn>

Typparameter:
C - is the type of IColumns a IColumnEditor can edit.
Alle bekannten Implementierungsklassen:
ColumnEditor

public interface IColumnEditor<C extends IColumn>
Version:
2024-12-27
Autor:
Silvan Wyss
  • Methodendetails

    • deleteColumn

      void deleteColumn(C column)
      Lets the current IColumnEditor delete the given column.
      Parameter:
      column -
      Löst aus:
      RuntimeException - if the current IColumnEditor cannot delete the given column.
    • setContentModelsToColumn

      void setContentModelsToColumn(C column, IContainer<IContentModel> contentModels)
      Lets the current IColumnEditor set the given contentModels to the given column.
      Parameter:
      column -
      contentModels -
      Löst aus:
      RuntimeException - if the current IColumnEditor cannot set one of the given contentModels to the given column
    • setNameToColumn

      void setNameToColumn(C column, String name)
      Lets the current IColumnEditor set the given name to the given column.
      Parameter:
      column -
      name -
      Löst aus:
      RuntimeException - if the current IColumnEditor cannot set the given name to the given column.