Klasse ColumnEditor
java.lang.Object
ch.nolix.system.objectschema.model.ColumnEditor
- Alle implementierten Schnittstellen:
IColumnEditor<Column>
- Version:
- 2021-07-11
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddeleteColumn(Column column) Lets the currentIColumnEditordelete the given column.voidsetContentModelToColumn(Column column, FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) Lets the currentIColumnEditorset the given contentModel to the given column.voidsetNameToColumn(Column column, String name) Lets the currentIColumnEditorset the given name to the given column.
-
Konstruktordetails
-
ColumnEditor
public ColumnEditor()
-
-
Methodendetails
-
deleteColumn
Lets the currentIColumnEditordelete the given column.- Angegeben von:
deleteColumnin SchnittstelleIColumnEditor<Column>- Parameter:
column-
-
setContentModelToColumn
public void setContentModelToColumn(Column column, FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) Lets the currentIColumnEditorset the given contentModel to the given column.- Angegeben von:
setContentModelToColumnin SchnittstelleIColumnEditor<Column>- Parameter:
column-fieldType-dataType-referenceableTables-backReferenceableColumns-
-
setNameToColumn
Lets the currentIColumnEditorset the given name to the given column.- Angegeben von:
setNameToColumnin SchnittstelleIColumnEditor<Column>- Parameter:
column-name-
-