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 TypMethodeBeschreibungvoid
deleteColumn
(Column column) Lets the currentIColumnEditor
delete the given column.void
setContentModelToColumn
(Column column, IContentModel contentModel) Lets the currentIColumnEditor
set the given contentModel to the given column.void
setNameToColumn
(Column column, String name) Lets the currentIColumnEditor
set the given name to the given column.
-
Konstruktordetails
-
ColumnEditor
public ColumnEditor()
-
-
Methodendetails
-
deleteColumn
Lets the currentIColumnEditor
delete the given column.- Angegeben von:
deleteColumn
in SchnittstelleIColumnEditor<Column>
- Parameter:
column
-
-
setContentModelToColumn
Lets the currentIColumnEditor
set the given contentModel to the given column.- Angegeben von:
setContentModelToColumn
in SchnittstelleIColumnEditor<Column>
- Parameter:
column
-contentModel
-
-
setNameToColumn
Lets the currentIColumnEditor
set the given name to the given column.- Angegeben von:
setNameToColumn
in SchnittstelleIColumnEditor<Column>
- Parameter:
column
-name
-
-