public interface WidgetType extends Serializable
A widget type is used to handle the rendering of a widget in a given mode.
Modifier and Type | Method and Description |
---|---|
List<String> |
getAliases()
Return alias names for this widget type (useful for compatibility on old widget types).
|
String |
getName()
Returns the name of this widget type, used to identify it in the service.
|
Map<String,String> |
getProperties()
Returns properties.
|
Class<?> |
getWidgetTypeClass()
Returns the class defining this widget type behaviour.
|
List<String> getAliases()
Class<?> getWidgetTypeClass()
Map<String,String> getProperties()
Copyright © 2018 Nuxeo. All rights reserved.