Interface ActionsProvider
- All Known Implementing Classes:
ActionsProviderImpl
public interface ActionsProvider
Provides a list of available actions for dashboard layout.
The following actions are available:
The following actions are available:
- Remove (not available for
RootLayoutandGridCellLayout) - Style
- Weight (not available for
RootLayout,GridCellLayout, if parent layout isCssLayoutor is expanded) - Expand (only for
VerticalLayout,HorizontalLayout,GridCellLayout) - Colspan (only for
GridCellLayout) - Edit (only for
WidgetLayout) - Template (only for
WidgetLayout)
-
Method Summary
Modifier and TypeMethodDescriptiongetLayoutActions(DashboardLayout layout) Provides the actions for specified layout.
-
Method Details
-
getLayoutActions
Provides the actions for specified layout.- Parameters:
layout- dashboard layout- Returns:
- list of available actions
-