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
setContentModelsToColumn
(Column column, IContainer<IContentModel> contentModels) Lets the currentIColumnEditor
set the given contentModels 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
-
-
setContentModelsToColumn
Lets the currentIColumnEditor
set the given contentModels to the given column.- Angegeben von:
setContentModelsToColumn
in SchnittstelleIColumnEditor<Column>
- Parameter:
column
-contentModels
-
-
setNameToColumn
Lets the currentIColumnEditor
set the given name to the given column.- Angegeben von:
setNameToColumn
in SchnittstelleIColumnEditor<Column>
- Parameter:
column
-name
-
-