public interface LayoutTypeConfiguration extends Serializable
Modifier and Type | Method and Description |
---|---|
List<String> |
getCategories() |
Map<String,Map<String,Serializable>> |
getDefaultPropertyValues()
Returns the default values for the layout type properties, by mode.
|
Map<String,Serializable> |
getDefaultPropertyValues(String mode)
Returns the default values for the layout type properties, for given mode.
|
String |
getDemoId()
Returns the identifier to be used for the demo, or null if no demo is available.
|
String |
getDeprecatedVersion()
Returns the version name since the widget type has been deprecated (5.4, 5.4.2, etc...)
|
String |
getDescription() |
Map<String,List<LayoutDefinition>> |
getPropertyLayouts() |
List<LayoutDefinition> |
getPropertyLayouts(String mode,
String additionalMode) |
String |
getSinceVersion()
Returns the version name since the widget type has been available (5.4, 5.4.2, etc...)
|
List<String> |
getSupportedControls()
Returns the list of supported controls, e.g.
|
List<String> |
getSupportedModes() |
String |
getTitle() |
boolean |
isContainingForm()
Returns true if widget will be containing forms.
|
boolean |
isDemoPreviewEnabled()
Returns true is the preview is enabled on the demo.
|
boolean |
isHandlingLabels()
Returns true if widget knows how to display its label (some widget types might delegate this to their containing
widget or layout, usually when defining form layouts).
|
String getSinceVersion()
String getDeprecatedVersion()
String getDescription()
String getDemoId()
boolean isDemoPreviewEnabled()
List<String> getCategories()
List<String> getSupportedModes()
boolean isHandlingLabels()
boolean isContainingForm()
Since forms cannot contains any sub forms, layouts using this widget should not be surrounded by any form. Other widgets in the same layouts not containing forms may then need a surrounding form that could be added by the layout template.
List<LayoutDefinition> getPropertyLayouts(String mode, String additionalMode)
Map<String,List<LayoutDefinition>> getPropertyLayouts()
Map<String,Map<String,Serializable>> getDefaultPropertyValues()
Map<String,Serializable> getDefaultPropertyValues(String mode)
List<String> getSupportedControls()
Copyright © 2018 Nuxeo. All rights reserved.