Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.forms.layout.api
Interface WidgetType

All Superinterfaces:
Serializable
All Known Implementing Classes:
WidgetTypeImpl

public interface WidgetType
extends Serializable

Interface for widget type.

A widget type is used to handle the rendering of a widget in a given mode.

Author:
Anahide Tchertchian

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.
 

Method Detail

getName

String getName()
Returns the name of this widget type, used to identify it in the service.


getWidgetTypeClass

Class<?> getWidgetTypeClass()
Returns the class defining this widget type behaviour.


getProperties

Map<String,String> getProperties()
Returns properties.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.