public class LayoutTypeConfigurationDescriptor extends Object
Constructor and Description |
---|
LayoutTypeConfigurationDescriptor() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCategories() |
Map<String,Serializable> |
getConfProperties() |
Serializable |
getConfProperty(String propName) |
Map<String,Map<String,Serializable>> |
getDefaultPropertyValues() |
String |
getDemoId() |
String |
getDeprecatedVersion() |
String |
getDescription() |
LayoutTypeConfiguration |
getLayoutTypeConfiguration() |
Map<String,List<LayoutDefinition>> |
getPropertyLayouts() |
List<LayoutDefinition> |
getPropertyLayouts(String mode,
String additionalMode) |
String |
getSinceVersion() |
List<String> |
getSupportedControls() |
List<String> |
getSupportedModes() |
String |
getTitle() |
boolean |
isContainingForm() |
boolean |
isDemoPreviewEnabled() |
boolean |
isHandlingLabels() |
void |
setConfProperties(PropertiesDescriptor propsDesc) |
void |
setDescription(DocumentFragment descriptionDOM) |
public String getDescription()
public void setDescription(DocumentFragment descriptionDOM)
public String getTitle()
public String getDemoId()
public boolean isDemoPreviewEnabled()
public boolean isHandlingLabels()
public boolean isContainingForm()
public Map<String,Serializable> getConfProperties()
public Serializable getConfProperty(String propName)
public void setConfProperties(PropertiesDescriptor propsDesc)
public List<LayoutDefinition> getPropertyLayouts(String mode, String additionalMode)
public Map<String,List<LayoutDefinition>> getPropertyLayouts()
public Map<String,Map<String,Serializable>> getDefaultPropertyValues()
public String getSinceVersion()
public String getDeprecatedVersion()
public LayoutTypeConfiguration getLayoutTypeConfiguration()
Copyright © 2015 Nuxeo SA. All rights reserved.