Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, WidgetType

public class WidgetTypeImpl
extends java.lang.Object
implements WidgetType

Implementation for widget types.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
WidgetTypeImpl(java.lang.String name, java.lang.Class<?> typeClass, java.util.Map<java.lang.String,java.lang.String> properties)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of this widget type, used to identify it in the service.
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Returns properties.
 java.lang.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(java.lang.String name,
                      java.lang.Class<?> typeClass,
                      java.util.Map<java.lang.String,java.lang.String> properties)
Method Detail

getName

public java.lang.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 java.lang.Class<?> getWidgetTypeClass()
Description copied from interface: WidgetType
Returns the class defining this widget type behaviour.

Specified by:
getWidgetTypeClass in interface WidgetType

getProperties

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

Specified by:
getProperties in interface WidgetType

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.