Interface WidgetFactoryContext


public interface WidgetFactoryContext
Context provided by the user interface to create a new instance of a custom widget.
Since:
5.8.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the path to which the component is attached, as specified in the data model.
  • Method Details

    • getPath

      Path getPath()
      Returns the path to which the component is attached, as specified in the data model.