public class FactSheetSettings extends Object
| Constructor and Description |
|---|
FactSheetSettings() |
public FactSheetSettings bgColor(String bgColor)
public String getBgColor()
public void setBgColor(String bgColor)
public FactSheetSettings onTheFlyCreation(Boolean onTheFlyCreation)
public Boolean getOnTheFlyCreation()
public void setOnTheFlyCreation(Boolean onTheFlyCreation)
public FactSheetSettings config(CustomizationConfig config)
public CustomizationConfig getConfig()
public void setConfig(CustomizationConfig config)
public FactSheetSettings sections(Map<String,CustomizationSection> sections)
public FactSheetSettings putSectionsItem(String key, CustomizationSection sectionsItem)
public Map<String,CustomizationSection> getSections()
public void setSections(Map<String,CustomizationSection> sections)
public FactSheetSettings labels(Map<String,CustomizationLocalisedLabel> labels)
public FactSheetSettings putLabelsItem(String key, CustomizationLocalisedLabel labelsItem)
public Map<String,CustomizationLocalisedLabel> getLabels()
public void setLabels(Map<String,CustomizationLocalisedLabel> labels)
Copyright © 2019 LeanIX GmbH. All rights reserved.