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, getApplicationStartedOrder, getLastModified, registerContribution, registerExtension, setLastModified, unregisterContribution, unregisterExtension
public abstract String getDefaultStoreCategory()
LayoutManager
getDefaultStoreCategory
in interface LayoutManager
public WidgetType getWidgetType(String typeName)
LayoutManager
If the no widget type is found with this name, return null.
getWidgetType
in interface LayoutManager
public WidgetTypeDefinition getWidgetTypeDefinition(String typeName)
LayoutManager
getWidgetTypeDefinition
in interface LayoutManager
public List<WidgetTypeDefinition> getWidgetTypeDefinitions()
LayoutManager
getWidgetTypeDefinitions
in interface LayoutManager
public LayoutDefinition getLayoutDefinition(String layoutName)
LayoutManager
If the no definition is found with this name, return null.
getLayoutDefinition
in interface LayoutManager
public List<String> getLayoutDefinitionNames()
LayoutManager
getLayoutDefinitionNames
in interface LayoutManager
public WidgetDefinition getWidgetDefinition(String widgetName)
LayoutManager
If the no definition is found with this name, return null.
getWidgetDefinition
in interface LayoutManager
Copyright © 2013 Nuxeo SA. All Rights Reserved.