Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.forms.layout.api.impl
Class WidgetTypeImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.forms.layout.api.impl.WidgetTypeImpl
All Implemented Interfaces:
Serializable, WidgetType

public class WidgetTypeImpl
extends Object
implements WidgetType

Implementation for widget types.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
WidgetTypeImpl(String name, Class<?> typeClass, Map<String,String> properties)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetTypeImpl

public WidgetTypeImpl(String name,
                      Class<?> typeClass,
                      Map<String,String> properties)
Method Detail

getName

public String getName()
Description copied from interface: WidgetType
Returns the name of this widget type, used to identify it in the service.

Specified by:
getName in interface WidgetType

getWidgetTypeClass

public Class<?> getWidgetTypeClass()
Description copied from interface: WidgetType
Returns the class defining this widget type behaviour.

Specified by:
getWidgetTypeClass in interface WidgetType

getProperties

public Map<String,String> getProperties()
Description copied from interface: WidgetType
Returns properties.

Specified by:
getProperties in interface WidgetType

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.