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
RootLayout
andGridCellLayout
) - Style
- Weight (not available for
RootLayout
,GridCellLayout
, if parent layout isCssLayout
or 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
-