public class DemoWidgetTypeImpl extends Object implements DemoWidgetType
Constructor and Description |
---|
DemoWidgetTypeImpl(String name,
String label,
String viewId,
String category,
String widgetTypeCategory,
Boolean previewEnabled,
List<String> fields,
Map<String,Serializable> defaultProperties,
List<DemoLayout> demoLayouts) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getCategory() |
Map<String,Serializable> |
getDefaultProperties() |
List<DemoLayout> |
getDemoLayouts() |
List<String> |
getFields() |
String |
getLabel() |
String |
getName() |
Boolean |
getPreviewEnabled() |
String |
getUrl() |
String |
getViewId() |
String |
getWidgetTypeCategory() |
String |
toString() |
public String getName()
getName
in interface DemoWidgetType
public String getLabel()
getLabel
in interface DemoWidgetType
public String getViewId()
getViewId
in interface DemoWidgetType
public String getUrl()
getUrl
in interface DemoWidgetType
public String getCategory()
getCategory
in interface DemoWidgetType
public String getWidgetTypeCategory()
getWidgetTypeCategory
in interface DemoWidgetType
public Boolean getPreviewEnabled()
getPreviewEnabled
in interface DemoWidgetType
public List<String> getFields()
getFields
in interface DemoWidgetType
public List<DemoLayout> getDemoLayouts()
getDemoLayouts
in interface DemoWidgetType
public Map<String,Serializable> getDefaultProperties()
getDefaultProperties
in interface DemoWidgetType
Copyright © 2013 Nuxeo SA. All Rights Reserved.