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, FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) 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
void setContentModelToColumn(C column, FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) Lets the currentIColumnEditorset the given contentModel to the given column.- Parameter:
column-fieldType-dataType-referenceableTables-backReferenceableColumns-- 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.
-