Class WidgetTypeDescriptor

java.lang.Object
org.nuxeo.ecm.platform.forms.layout.descriptors.WidgetTypeDescriptor

public class WidgetTypeDescriptor extends Object
Widget type descriptor.
Author:
Anahide Tchertchian
  • Constructor Details

    • WidgetTypeDescriptor

      public WidgetTypeDescriptor()
  • Method Details

    • getName

      public String getName()
    • getAliases

      public List<String> getAliases()
    • getHandlerClassName

      public String getHandlerClassName()
    • getProperties

      public Map<String,String> getProperties()
    • getConfiguration

      public WidgetTypeConfiguration getConfiguration()
    • getCategories

      public String[] getCategories()
      Returns the categories for this widget type, so that it can be stored in the corresponding registries.
      Since:
      5.5
    • getWidgetTypeDefinition

      public WidgetTypeDefinition getWidgetTypeDefinition()