public abstract class AbstractLayoutManager extends DefaultComponent implements LayoutManager
| Constructor and Description |
|---|
AbstractLayoutManager() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDefaultStoreCategory()
Return the default category used for storage
|
LayoutDefinition |
getLayoutDefinition(String layoutName)
Returns the registered layout definition for this name.
|
List<String> |
getLayoutDefinitionNames()
Returns the names of all the registered layout definitions
|
WidgetDefinition |
getWidgetDefinition(String widgetName)
Returns the registered widget definition for this name.
|
WidgetType |
getWidgetType(String typeName)
Returns the registered widget type for this type name.
|
WidgetTypeDefinition |
getWidgetTypeDefinition(String typeName)
Returns the widget type definition with given name, or null if no widget
type with this name is found.
|
List<WidgetTypeDefinition> |
getWidgetTypeDefinitions()
Returns the widget type definitions for all the registered widget types.
|
activate, applicationStarted, deactivate, getAdapter, registerContribution, registerExtension, unregisterContribution, unregisterExtensionpublic abstract String getDefaultStoreCategory()
LayoutManagergetDefaultStoreCategory in interface LayoutManagerpublic WidgetType getWidgetType(String typeName)
LayoutManagerIf the no widget type is found with this name, return null.
getWidgetType in interface LayoutManagerpublic WidgetTypeDefinition getWidgetTypeDefinition(String typeName)
LayoutManagergetWidgetTypeDefinition in interface LayoutManagerpublic List<WidgetTypeDefinition> getWidgetTypeDefinitions()
LayoutManagergetWidgetTypeDefinitions in interface LayoutManagerpublic LayoutDefinition getLayoutDefinition(String layoutName)
LayoutManagerIf the no definition is found with this name, return null.
getLayoutDefinition in interface LayoutManagerpublic List<String> getLayoutDefinitionNames()
LayoutManagergetLayoutDefinitionNames in interface LayoutManagerpublic WidgetDefinition getWidgetDefinition(String widgetName)
LayoutManagerIf the no definition is found with this name, return null.
getWidgetDefinition in interface LayoutManagerCopyright © 2011 Nuxeo SA. All Rights Reserved.