Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(DashboardWidget...) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
-
Adds the given widgets to this component.
- add(Collection<DashboardWidget>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
- add(Collection<DashboardWidget>) - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- add(Collection<DashboardWidget>) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
-
Adds the given widgets to this component.
- addItemMovedListener(ComponentEventListener<DashboardItemMovedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an item moved listener to this dashboard.
- addItemMoveModeChangedListener(ComponentEventListener<DashboardItemMoveModeChangedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an item move mode change listener to this dashboard.
- addItemRemovedListener(ComponentEventListener<DashboardItemRemovedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an item removed listener to this dashboard.
- addItemResizedListener(ComponentEventListener<DashboardItemResizedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an item resized listener to this dashboard.
- addItemResizeModeChangedListener(ComponentEventListener<DashboardItemResizeModeChangedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an item resize mode change listener to this dashboard.
- addItemSelectedChangedListener(ComponentEventListener<DashboardItemSelectedChangedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an item selected change listener to this dashboard.
- addSection() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an empty section to this dashboard.
- addSection(DashboardSection) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds the given section to this dashboard.
- addSection(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds an empty section to this dashboard.
- addWidgetAtIndex(int, DashboardWidget) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Adds the given widget as child of this dashboard at the specific index.
- addWidgetAtIndex(int, DashboardWidget) - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- addWidgetAtIndex(int, DashboardWidget) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
-
Adds the given widget as child of this component at the specific index.
C
- com.vaadin.flow.component.dashboard - package com.vaadin.flow.component.dashboard
D
- Dashboard - Class in com.vaadin.flow.component.dashboard
-
Dashboard is a responsive layout component that allows users to organize widgets either directly within the dashboard or optionally group them into sections.
- Dashboard() - Constructor for class com.vaadin.flow.component.dashboard.Dashboard
-
Creates an empty dashboard.
- Dashboard.DashboardI18n - Class in com.vaadin.flow.component.dashboard
-
The internationalization properties for
Dashboard. - DashboardChildDetachHandler - Class in com.vaadin.flow.component.dashboard
- DashboardI18n() - Constructor for class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
- DashboardItemMovedEvent - Class in com.vaadin.flow.component.dashboard
-
Fired when an item was moved.
- DashboardItemMovedEvent(Dashboard, boolean, Component, List<Component>, DashboardSection) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
-
Creates a dashboard item moved event.
- DashboardItemMoveModeChangedEvent - Class in com.vaadin.flow.component.dashboard
-
Fired when an item enters or exits move mode.
- DashboardItemMoveModeChangedEvent(Dashboard, boolean, int, boolean) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemMoveModeChangedEvent
-
Creates a dashboard item move mode changed event.
- DashboardItemRemovedEvent - Class in com.vaadin.flow.component.dashboard
-
Fired when an item was removed.
- DashboardItemRemovedEvent(Dashboard, boolean, Component, List<Component>) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemRemovedEvent
-
Creates a dashboard item removed event.
- DashboardItemResizedEvent - Class in com.vaadin.flow.component.dashboard
-
Fired when a widget was resized.
- DashboardItemResizedEvent(Dashboard, boolean, DashboardWidget, List<Component>) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemResizedEvent
-
Creates a dashboard item resized event.
- DashboardItemResizeModeChangedEvent - Class in com.vaadin.flow.component.dashboard
-
Fired when an item enters or exits resize mode.
- DashboardItemResizeModeChangedEvent(Dashboard, boolean, int, boolean) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemResizeModeChangedEvent
-
Creates a dashboard item resize mode changed event.
- DashboardItemSelectedChangedEvent - Class in com.vaadin.flow.component.dashboard
-
Fired when an item was selected.
- DashboardItemSelectedChangedEvent(Dashboard, boolean, int, boolean) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemSelectedChangedEvent
-
Creates a dashboard item selected changed event.
- DashboardSection - Class in com.vaadin.flow.component.dashboard
-
DashboardSection is a container for organizing multiple
DashboardWidgetinstances within aDashboard. - DashboardSection() - Constructor for class com.vaadin.flow.component.dashboard.DashboardSection
-
Creates an empty section.
- DashboardSection(String) - Constructor for class com.vaadin.flow.component.dashboard.DashboardSection
-
Creates an empty section with title.
- DashboardVariant - Enum Class in com.vaadin.flow.component.dashboard
-
The set of theme variants applicable to the
vaadin-dashboardandvaadin-dashboard-layoutcomponents. - DashboardWidget - Class in com.vaadin.flow.component.dashboard
-
DashboardWidget represents a customizable widget that can be placed within a
Dashboard. - DashboardWidget() - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
-
Creates an empty widget.
- DashboardWidget(Component) - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
-
Creates a widget with the specified content.
- DashboardWidget(String) - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
-
Creates a widget with the specified title.
- DashboardWidget(String, Component) - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
-
Creates a widget with the specified title and content.
G
- getChildren() - Method in class com.vaadin.flow.component.dashboard.Dashboard
- getChildren() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- getColspan() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Returns the colspan of the widget.
- getContent() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Returns the content of the widget.
- getGap() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns the gap of the dashboard.
- getHeaderContent() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Gets the content in the header content slot of this widget.
- getI18n() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Gets the internationalization object previously set for this component.
- getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
-
Returns the moved item
- getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMoveModeChangedEvent
-
Returns the item of which the move mode state has changed
- getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemRemovedEvent
-
Returns the removed item
- getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemResizedEvent
-
Returns the resized widget
- getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemResizeModeChangedEvent
-
Returns the item of which the resize mode state has changed;
- getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemSelectedChangedEvent
-
Returns the item of which the selected state has changed
- getItems() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
-
Returns the root level items of the dashboard
- getItems() - Method in class com.vaadin.flow.component.dashboard.DashboardItemRemovedEvent
-
Returns the root level items of the dashboard
- getItems() - Method in class com.vaadin.flow.component.dashboard.DashboardItemResizedEvent
-
Returns the root level items of the dashboard
- getMaximumColumnCount() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns the maximum column count of the dashboard.
- getMaximumColumnWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns the maximum column width of the dashboard.
- getMinimumColumnWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns the minimum column width of the dashboard.
- getMinimumRowHeight() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns the minimum row height of the dashboard.
- getMove() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of dashboard item drag handles
- getMoveApply() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of dashboard item move apply buttons
- getMoveBackward() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of dashboard item move backward buttons
- getMoveForward() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of dashboard item move forward buttons
- getPadding() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns the padding of the dashboard.
- getRemove() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of dashboard item remove buttons
- getResize() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of widget resize handles
- getResizeApply() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of widget resize apply buttons
- getResizeGrowHeight() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of widget resize grow height buttons
- getResizeGrowWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of widget resize grow width buttons
- getResizeShrinkHeight() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of widget resize shrink height buttons
- getResizeShrinkWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of widget resize shrink width buttons
- getRowspan() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Returns the rowspan of the widget.
- getSection() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
-
Returns the section that contains the moved item, or an empty optional if the item is a direct child of the dashboard
- getSelectSection() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of section focus buttons
- getSelectWidget() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Gets the accessible name of widget focus buttons
- getTitle() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
-
Returns the title of the section.
- getTitle() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Returns the title of the widget.
- getVariantName() - Method in enum class com.vaadin.flow.component.dashboard.DashboardVariant
-
Gets the variant name.
- getWidgets() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns a flattened list of all the widgets in this dashboard.
- getWidgets() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- getWidgets() - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
-
Returns the widgets in this component.
H
- HasWidgets - Interface in com.vaadin.flow.component.dashboard
-
HasWidgets is an interface for components that can contain and manage multiple
DashboardWidgetinstances.
I
- isDenseLayout() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns whether the dashboard layout is dense.
- isEditable() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Returns whether the dashboard is editable.
- isMoveMode() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMoveModeChangedEvent
-
Returns whether the item is in move mode
- isResizeMode() - Method in class com.vaadin.flow.component.dashboard.DashboardItemResizeModeChangedEvent
-
Returns whether the item is in resize mode
- isSelected() - Method in class com.vaadin.flow.component.dashboard.DashboardItemSelectedChangedEvent
-
Returns whether the item is selected
- isVisible() - Method in class com.vaadin.flow.component.dashboard.Dashboard
- isVisible() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- isVisible() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
L
- LUMO_ELEVATED_WIDGETS - Enum constant in enum class com.vaadin.flow.component.dashboard.DashboardVariant
- LUMO_FLAT_WIDGETS - Enum constant in enum class com.vaadin.flow.component.dashboard.DashboardVariant
- LUMO_SHADED_BACKGROUND - Enum constant in enum class com.vaadin.flow.component.dashboard.DashboardVariant
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.dashboard.Dashboard
- onDetach(ElementDetachEvent) - Method in class com.vaadin.flow.component.dashboard.DashboardChildDetachHandler
R
- remove(DashboardSection) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Removes the given section from this component.
- remove(DashboardWidget...) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
-
Removes the given widgets from this component.
- remove(Collection<DashboardWidget>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
- remove(Collection<DashboardWidget>) - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- remove(Collection<DashboardWidget>) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
-
Removes the given widgets from this component.
- removeAll() - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Removes all widgets and sections from this component.
- removeAll() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- removeAll() - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
-
Removes all widgets from this component.
- removeFromParent() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
S
- setColspan(int) - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Sets the colspan of the widget.
- setContent(Component) - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Sets the content to the widget.
- setDenseLayout(boolean) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the dashboard layout dense.
- setEditable(boolean) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the dashboard editable.
- setGap(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the gap of the dashboard.
- setHeaderContent(Component) - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Sets the content in the header content slot of this widget, replacing any existing header content.
- setI18n(Dashboard.DashboardI18n) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the internationalization object for this component.
- setMaximumColumnCount(Integer) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the maximum column count of the dashboard.
- setMaximumColumnWidth(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the maximum column width of the dashboard.
- setMinimumColumnWidth(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the minimum column width of the dashboard.
- setMinimumRowHeight(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the minimum row height of the dashboard.
- setMove(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of dashboard item drag handles
- setMoveApply(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of dashboard item move apply buttons
- setMoveBackward(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of dashboard item move backward buttons
- setMoveForward(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of dashboard item move forward buttons
- setPadding(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the padding of the dashboard.
- setRemove(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of dashboard item remove buttons
- setResize(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of widget resize handles
- setResizeApply(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of widget resize apply buttons
- setResizeGrowHeight(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of widget resize grow height buttons
- setResizeGrowWidth(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of widget resize grow width buttons
- setResizeShrinkHeight(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of widget resize shrink height buttons
- setResizeShrinkWidth(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of widget resize shrink width buttons
- setRootHeadingLevel(Integer) - Method in class com.vaadin.flow.component.dashboard.Dashboard
-
Sets the root heading level used by sections and widgets, which controls their
aria-levelattributes on title elements. - setRowspan(int) - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Sets the rowspan of the widget.
- setSelectSection(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of section focus buttons
- setSelectWidget(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
-
Sets the accessible name of widget focus buttons
- setTitle(String) - Method in class com.vaadin.flow.component.dashboard.DashboardSection
-
Sets the title of the section.
- setTitle(String) - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
-
Sets the title of the widget.
- setVisible(boolean) - Method in class com.vaadin.flow.component.dashboard.Dashboard
- setVisible(boolean) - Method in class com.vaadin.flow.component.dashboard.DashboardSection
- setVisible(boolean) - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.dashboard.DashboardVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.dashboard.DashboardVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form