Uses of Class
com.vaadin.flow.component.dashboard.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 handles
Dashboard.DashboardI18n.setMoveApply
(String moveApply) Sets the accessible name of dashboard item move apply buttons
Dashboard.DashboardI18n.setMoveBackward
(String moveBackward) Sets the accessible name of dashboard item move backward buttons
Dashboard.DashboardI18n.setMoveForward
(String moveForward) Sets the accessible name of dashboard item move forward buttons
Sets the accessible name of dashboard item remove buttons
Sets the accessible name of widget resize handles
Dashboard.DashboardI18n.setResizeApply
(String resizeApply) Sets the accessible name of widget resize apply buttons
Dashboard.DashboardI18n.setResizeGrowHeight
(String resizeGrowHeight) Sets the accessible name of widget resize grow height buttons
Dashboard.DashboardI18n.setResizeGrowWidth
(String resizeGrowWidth) Sets the accessible name of widget resize grow width buttons
Dashboard.DashboardI18n.setResizeShrinkHeight
(String resizeShrinkHeight) Sets the accessible name of widget resize shrink height buttons
Dashboard.DashboardI18n.setResizeShrinkWidth
(String resizeShrinkWidth) Sets the accessible name of widget resize shrink width buttons
Dashboard.DashboardI18n.setSelectSection
(String selectSection) Sets the accessible name of section focus buttons
Dashboard.DashboardI18n.setSelectWidget
(String selectWidget) Sets the accessible name of widget focus buttons
Methods 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.