Interface IJCWidget.WidgetContainerHandle

  • Enclosing interface:
    IJCWidget

    public static interface IJCWidget.WidgetContainerHandle
    Interface helper providing data about container widget. Mostly used by widget copy/cut/paste.
    • Method Detail

      • getAllWidgetContainers

        java.lang.Iterable<WidgetContainer> getAllWidgetContainers()
        Return all containers defined by this widget. Panel has just one but tabbed pane widget has a container per tab.
        Returns:
        the containers