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

    Modifier and Type
    Method
    Description
    Return alias names for this widget type (useful for compatibility on old widget types).
    Returns the name of this widget type, used to identify it in the service.
    Returns properties.
    Returns the class defining this widget type behaviour.
  • Method Details

    • getName

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

      List<String> getAliases()
      Return alias names for this widget type (useful for compatibility on old widget types).
      Since:
      6.0
    • getWidgetTypeClass

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

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