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, IContentModel contentModel) 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
Lets the currentIColumnEditorset the given contentModel to the given column.- Angegeben von:
setContentModelToColumnin SchnittstelleIColumnEditor<Column>- Parameter:
column-contentModel-
-
setNameToColumn
Lets the currentIColumnEditorset the given name to the given column.- Angegeben von:
setNameToColumnin SchnittstelleIColumnEditor<Column>- Parameter:
column-name-
-