Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutDefinition.clone()
Returns a clone instance of this layout definition.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<LayoutDefinition>> |
WidgetTypeConfiguration.getPropertyLayouts() |
List<LayoutDefinition> |
WidgetTypeConfiguration.getPropertyLayouts(String mode,
String additionalMode) |
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutDefinitionConverter.getLayoutDefinition(LayoutDefinition orig,
LayoutConversionContext ctx)
Returns the original layout definition, or a clone if it needs to be
changed.
|
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutDefinitionConverter.getLayoutDefinition(LayoutDefinition orig,
LayoutConversionContext ctx)
Returns the original layout definition, or a clone if it needs to be
changed.
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutDefinitionImpl
Default implementation for a layout definition.
|
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutDefinitionImpl.clone() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<LayoutDefinition>> |
WidgetTypeConfigurationImpl.getPropertyLayouts() |
List<LayoutDefinition> |
WidgetTypeConfigurationImpl.getPropertyLayouts(String mode,
String additionalMode) |
Constructor and Description |
---|
WidgetTypeConfigurationImpl(String sinceVersion,
String title,
String description,
String demoId,
boolean demoPreviewEnabled,
Map<String,Serializable> properties,
List<String> supportedModes,
boolean acceptingSubWidgets,
boolean list,
boolean complex,
List<String> supportedFieldTypes,
List<String> defaultFieldTypes,
List<FieldDefinition> defaultFieldDefinitions,
List<String> categories,
Map<String,List<LayoutDefinition>> propertyLayouts) |
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutManager.getLayoutDefinition(String layoutName)
Returns the registered layout definition for this name.
|
LayoutDefinition |
LayoutStore.getLayoutDefinition(String category,
String layoutName)
Returns the registered layout definition for this name.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutStore.registerLayout(String category,
LayoutDefinition layoutDef) |
void |
LayoutStore.unregisterLayout(String category,
LayoutDefinition layoutDef) |
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutDefinitionRegistry.clone(LayoutDefinition orig) |
LayoutDefinition |
LayoutDefinitionRegistry.getLayoutDefinition(String id) |
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutDefinitionRegistry.clone(LayoutDefinition orig) |
void |
LayoutDefinitionRegistry.contributionRemoved(String id,
LayoutDefinition origContrib) |
void |
LayoutDefinitionRegistry.contributionUpdated(String id,
LayoutDefinition contrib,
LayoutDefinition newOrigContrib) |
String |
LayoutDefinitionRegistry.getContributionId(LayoutDefinition contrib) |
void |
LayoutDefinitionRegistry.merge(LayoutDefinition src,
LayoutDefinition dst) |
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
AbstractLayoutManager.getLayoutDefinition(String layoutName) |
LayoutDefinition |
LayoutStoreImpl.getLayoutDefinition(String category,
String layoutName) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutStoreImpl.registerLayout(String category,
LayoutDefinition layoutDef) |
void |
LayoutStoreImpl.unregisterLayout(String category,
LayoutDefinition layoutDef) |
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutPreviewActions.getDecodedLayoutDefinition(String jsonEncodedLayoutDef) |
LayoutDefinition |
LayoutPreviewActions.getLayoutDefinition(PreviewLayoutDefinition previewLayoutDef) |
Modifier and Type | Method and Description |
---|---|
String |
LayoutPreviewActions.getEncodedLayoutDefinition(LayoutDefinition def) |
Modifier and Type | Method and Description |
---|---|
LayoutDefinition |
LayoutDescriptor.getLayoutDefinition() |
Modifier and Type | Method and Description |
---|---|
List<LayoutDefinition> |
LayoutDescriptors.getLayouts() |
Map<String,List<LayoutDefinition>> |
WidgetTypeConfigurationDescriptor.getPropertyLayouts() |
List<LayoutDefinition> |
WidgetTypeConfigurationDescriptor.getPropertyLayouts(String mode,
String additionalMode) |
Modifier and Type | Method and Description |
---|---|
static String |
LayoutFunctions.computeLayoutDefinitionId(LayoutDefinition layoutDef)
Returns an identifier computed from this definition so that an identical
definition will have the same id.
|
Modifier and Type | Method and Description |
---|---|
static LayoutDefinition |
JSONLayoutExporter.importLayoutDefinition(net.sf.json.JSONObject layoutDef) |
Modifier and Type | Method and Description |
---|---|
static void |
JSONLayoutExporter.export(String category,
LayoutDefinition layoutDef,
LayoutConversionContext ctx,
List<WidgetDefinitionConverter> widgetConverters,
OutputStream out) |
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(String category,
LayoutDefinition layoutDef) |
static net.sf.json.JSONObject |
JSONLayoutExporter.exportToJson(String category,
LayoutDefinition layoutDef,
LayoutConversionContext ctx,
List<WidgetDefinitionConverter> widgetConverters)
Returns the JSON export of this layout definition
|
Modifier and Type | Method and Description |
---|---|
Layout |
WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx,
LayoutDefinition layoutDef,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault) |
Layout |
WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx,
LayoutDefinition layoutDef,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault)
Returns the computed layout for this definition, mode and list of
selected rows in given context, or null if the layout definition is
null.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.