Class ColumnEditor
java.lang.Object
ch.nolix.system.objectschema.model.ColumnEditor
- All Implemented Interfaces:
IColumnEditor<Column>
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteColumn(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.
-
Constructor Details
-
ColumnEditor
public ColumnEditor()
-
-
Method Details
-
deleteColumn
Lets the currentIColumnEditordelete the given column.- Specified by:
deleteColumnin interfaceIColumnEditor<Column>- Parameters:
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.- Specified by:
setContentModelToColumnin interfaceIColumnEditor<Column>- Parameters:
column-fieldType-dataType-referenceableTables-backReferenceableColumns-
-
setNameToColumn
Lets the currentIColumnEditorset the given name to the given column.- Specified by:
setNameToColumnin interfaceIColumnEditor<Column>- Parameters:
column-name-
-