Schnittstelle IColumnEditor<C extends IColumn>
- Typparameter:
C- is the type ofIColumns aIColumnEditorcan edit.
- Alle bekannten Implementierungsklassen:
ColumnEditor
public interface IColumnEditor<C extends IColumn>
- Version:
- 2024-12-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddeleteColumn(C column) Lets the currentIColumnEditordelete the given column.voidsetContentModelToColumn(C column, IContentModel contentModel) Lets the currentIColumnEditorset the given contentModel to the given column.voidsetNameToColumn(C column, String name) Lets the currentIColumnEditorset the given name to the given column.
-
Methodendetails
-
deleteColumn
Lets the currentIColumnEditordelete the given column.- Parameter:
column-- Löst aus:
RuntimeException- if the currentIColumnEditorcannot delete the given column.
-
setContentModelToColumn
Lets the currentIColumnEditorset the given contentModel to the given column.- Parameter:
column-contentModel-- Löst aus:
RuntimeException- if the currentIColumnEditorcannot set the given contentModel to the given column
-
setNameToColumn
Lets the currentIColumnEditorset the given name to the given column.- Parameter:
column-name-- Löst aus:
RuntimeException- if the currentIColumnEditorcannot set the given name to the given column.
-