public interface ActionsResolver
| Modifier and Type | Method and Description |
|---|---|
ActionsTree |
formTree(Collection<? extends ActionDefinition> actions)
Deprecated.
since 6.7 - use
formTree(Collection, WidgetInstanceManager) Forms provided
actions into the tree |
default ActionsTree |
formTree(Collection<? extends ActionDefinition> actions,
WidgetInstanceManager widgetInstanceManager)
Forms provided actions into the tree
|
@Deprecated ActionsTree formTree(Collection<? extends ActionDefinition> actions)
formTree(Collection, WidgetInstanceManager) Forms provided
actions into the treeactions - actions to be shapeddefault ActionsTree formTree(Collection<? extends ActionDefinition> actions, WidgetInstanceManager widgetInstanceManager)
actions - actions to be shapedwidgetInstanceManager - widget instance managerCopyright © 2018. All rights reserved.