mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-3469] New Service Task Cloud Component (#6161)
* [AAE-3469] New Service Task Lisst Component * Fix unit tests * Add documentation * Add public methods to Data Table Schema * [AAE-3469] New Service Task Cloud Component * Fix comments * Fix comments * Fix unit tests
This commit is contained in:
@@ -79,4 +79,12 @@ export abstract class DataTableSchema {
|
||||
private getDefaultLayoutPreset(): DataColumn[] {
|
||||
return (this.layoutPresets['default']).map((col) => new ObjectDataColumn(col));
|
||||
}
|
||||
|
||||
public setPresetKey(presetKey: string) {
|
||||
this.presetKey = presetKey;
|
||||
}
|
||||
|
||||
public setPresetsModel(presetsModel: any) {
|
||||
this.presetsModel = presetsModel;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user