Interface ActionsResolver

    • Method Detail

      • formTree

        @Deprecated(since="6.7",
                    forRemoval=true)
        ActionsTree formTree​(java.util.Collection<? extends ActionDefinition> actions)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 6.7 - use formTree(Collection, WidgetInstanceManager) Forms provided actions into the tree
        Parameters:
        actions - actions to be shaped
        Returns:
        tree containing all provided actions
      • formTree

        default ActionsTree formTree​(java.util.Collection<? extends ActionDefinition> actions,
                                     WidgetInstanceManager widgetInstanceManager)
        Forms provided actions into the tree
        Parameters:
        actions - actions to be shaped
        widgetInstanceManager - widget instance manager
        Returns:
        tree containing all provided actions