Serialized Form
-
Package com.vaadin.flow.component.dashboard
-
Class com.vaadin.flow.component.dashboard.Dashboard
class Dashboard extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
childDetachHandler
DashboardChildDetachHandler childDetachHandler
-
childrenComponents
List<com.vaadin.flow.component.Component> childrenComponents
-
i18n
Dashboard.DashboardI18n i18n
-
pendingUpdate
boolean pendingUpdate
-
-
-
Class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
class DashboardI18n extends Object implements Serializable-
Serialized Fields
-
move
String move
-
moveApply
String moveApply
-
moveBackward
String moveBackward
-
moveForward
String moveForward
-
remove
String remove
-
resize
String resize
-
resizeApply
String resizeApply
-
resizeGrowHeight
String resizeGrowHeight
-
resizeGrowWidth
String resizeGrowWidth
-
resizeShrinkHeight
String resizeShrinkHeight
-
resizeShrinkWidth
String resizeShrinkWidth
-
selectSection
String selectSection
-
selectWidget
String selectWidget
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardChildDetachHandler
class DashboardChildDetachHandler extends Object implements Serializable-
Serialized Fields
-
childDetachListenerMap
Map<com.vaadin.flow.dom.Element,
com.vaadin.flow.shared.Registration> childDetachListenerMap -
component
com.vaadin.flow.component.Component component
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
class DashboardItemMovedEvent extends com.vaadin.flow.component.ComponentEvent<Dashboard> implements Serializable-
Serialized Fields
-
item
com.vaadin.flow.component.Component item
-
items
List<com.vaadin.flow.component.Component> items
-
section
DashboardSection section
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardItemMoveModeChangedEvent
class DashboardItemMoveModeChangedEvent extends com.vaadin.flow.component.ComponentEvent<Dashboard> implements Serializable-
Serialized Fields
-
item
com.vaadin.flow.component.Component item
-
moveMode
boolean moveMode
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardItemRemovedEvent
class DashboardItemRemovedEvent extends com.vaadin.flow.component.ComponentEvent<Dashboard> implements Serializable-
Serialized Fields
-
item
com.vaadin.flow.component.Component item
-
items
List<com.vaadin.flow.component.Component> items
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardItemResizedEvent
class DashboardItemResizedEvent extends com.vaadin.flow.component.ComponentEvent<Dashboard> implements Serializable-
Serialized Fields
-
item
DashboardWidget item
-
items
List<com.vaadin.flow.component.Component> items
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardItemResizeModeChangedEvent
class DashboardItemResizeModeChangedEvent extends com.vaadin.flow.component.ComponentEvent<Dashboard> implements Serializable-
Serialized Fields
-
item
com.vaadin.flow.component.Component item
-
resizeMode
boolean resizeMode
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardItemSelectedChangedEvent
class DashboardItemSelectedChangedEvent extends com.vaadin.flow.component.ComponentEvent<Dashboard> implements Serializable-
Serialized Fields
-
item
com.vaadin.flow.component.Component item
-
selected
boolean selected
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardSection
class DashboardSection extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
childDetachHandler
DashboardChildDetachHandler childDetachHandler
-
widgets
List<DashboardWidget> widgets
-
-
-
Class com.vaadin.flow.component.dashboard.DashboardWidget
class DashboardWidget extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
colspan
int colspan
-
rowspan
int rowspan
-
-
-