Uses of Class
com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Packages that use Dashboard.DashboardI18n
-
Uses of Dashboard.DashboardI18n in com.vaadin.flow.component.dashboard
Methods in com.vaadin.flow.component.dashboard that return Dashboard.DashboardI18nModifier and TypeMethodDescriptionDashboard.getI18n()
Gets the internationalization object previously set for this component.Sets the accessible name of dashboard item drag handlesDashboard.DashboardI18n.setMoveApply
(String moveApply) Sets the accessible name of dashboard item move apply buttonsDashboard.DashboardI18n.setMoveBackward
(String moveBackward) Sets the accessible name of dashboard item move backward buttonsDashboard.DashboardI18n.setMoveForward
(String moveForward) Sets the accessible name of dashboard item move forward buttonsSets the accessible name of dashboard item remove buttonsSets the accessible name of widget resize handlesDashboard.DashboardI18n.setResizeApply
(String resizeApply) Sets the accessible name of widget resize apply buttonsDashboard.DashboardI18n.setResizeGrowHeight
(String resizeGrowHeight) Sets the accessible name of widget resize grow height buttonsDashboard.DashboardI18n.setResizeGrowWidth
(String resizeGrowWidth) Sets the accessible name of widget resize grow width buttonsDashboard.DashboardI18n.setResizeShrinkHeight
(String resizeShrinkHeight) Sets the accessible name of widget resize shrink height buttonsDashboard.DashboardI18n.setResizeShrinkWidth
(String resizeShrinkWidth) Sets the accessible name of widget resize shrink width buttonsDashboard.DashboardI18n.setSelectSection
(String selectSection) Sets the accessible name of section focus buttonsDashboard.DashboardI18n.setSelectWidget
(String selectWidget) Sets the accessible name of widget focus buttonsMethods in com.vaadin.flow.component.dashboard with parameters of type Dashboard.DashboardI18nModifier and TypeMethodDescriptionvoid
Dashboard.setI18n
(Dashboard.DashboardI18n i18n) Sets the internationalization object for this component.