Interface ActionsProvider

All Known Implementing Classes:
ActionsProviderImpl

public interface ActionsProvider
Provides a list of available actions for dashboard layout.
The following actions are available:
  • Method Details

    • getLayoutActions

      List<Action> getLayoutActions(DashboardLayout layout)
      Provides the actions for specified layout.
      Parameters:
      layout - dashboard layout
      Returns:
      list of available actions