Class ActionsProviderImpl
java.lang.Object
io.jmix.dashboardsui.dashboard.tools.factory.impl.ActionsProviderImpl
- All Implemented Interfaces:
ActionsProvider
@Component("dshbrd_ActionsProvider")
public class ActionsProviderImpl
extends Object
implements ActionsProvider
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLayoutActions
(DashboardLayout layout) Provides the actions for specified layout.
-
Field Details
-
uiEventPublisher
-
-
Constructor Details
-
ActionsProviderImpl
public ActionsProviderImpl()
-
-
Method Details
-
getLayoutActions
Description copied from interface:ActionsProvider
Provides the actions for specified layout.- Specified by:
getLayoutActions
in interfaceActionsProvider
- Parameters:
layout
- dashboard layout- Returns:
- list of available actions
-