Interface WidgetType

    • Method Detail

      • 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.