Class Dashboard.DashboardI18n

java.lang.Object
com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
All Implemented Interfaces:
Serializable
Enclosing class:
Dashboard

public static class Dashboard.DashboardI18n extends Object implements Serializable
The internationalization properties for Dashboard.
See Also:
  • Constructor Details

    • DashboardI18n

      public DashboardI18n()
  • Method Details

    • getSelectSection

      public String getSelectSection()
      Gets the accessible name of section focus buttons
      Returns:
      the accessible name of section focus button, or null if not set
    • setSelectSection

      public Dashboard.DashboardI18n setSelectSection(String selectSection)
      Sets the accessible name of section focus buttons
      Parameters:
      selectSection - the accessible name of section focus button to set
      Returns:
      this instance for method chaining
    • getSelectWidget

      public String getSelectWidget()
      Gets the accessible name of widget focus buttons
      Returns:
      the accessible name of widget focus button, or null if not set
    • setSelectWidget

      public Dashboard.DashboardI18n setSelectWidget(String selectWidget)
      Sets the accessible name of widget focus buttons
      Parameters:
      selectWidget - the accessible name of widget focus button to set
      Returns:
      this instance for method chaining
    • getRemove

      public String getRemove()
      Gets the accessible name of dashboard item remove buttons
      Returns:
      the accessible name of dashboard item remove button, or null if not set
    • setRemove

      public Dashboard.DashboardI18n setRemove(String remove)
      Sets the accessible name of dashboard item remove buttons
      Parameters:
      remove - the accessible name of dashboard item remove button to set
      Returns:
      this instance for method chaining
    • getResize

      public String getResize()
      Gets the accessible name of widget resize handles
      Returns:
      the accessible name of widget resize handle, or null if not set
    • setResize

      public Dashboard.DashboardI18n setResize(String resize)
      Sets the accessible name of widget resize handles
      Parameters:
      resize - the accessible name of widget resize handle to set
      Returns:
      this instance for method chaining
    • getResizeApply

      public String getResizeApply()
      Gets the accessible name of widget resize apply buttons
      Returns:
      the accessible name of widget resize apply button, or null if not set
    • setResizeApply

      public Dashboard.DashboardI18n setResizeApply(String resizeApply)
      Sets the accessible name of widget resize apply buttons
      Parameters:
      resizeApply - the accessible name of widget resize apply button to set
      Returns:
      this instance for method chaining
    • getResizeShrinkWidth

      public String getResizeShrinkWidth()
      Gets the accessible name of widget resize shrink width buttons
      Returns:
      the accessible name of widget resize shrink width button, or null if not set
    • setResizeShrinkWidth

      public Dashboard.DashboardI18n setResizeShrinkWidth(String resizeShrinkWidth)
      Sets the accessible name of widget resize shrink width buttons
      Parameters:
      resizeShrinkWidth - the accessible name of widget resize shrink width button to set
      Returns:
      this instance for method chaining
    • getResizeGrowWidth

      public String getResizeGrowWidth()
      Gets the accessible name of widget resize grow width buttons
      Returns:
      the accessible name of widget resize grow width button, or null if not set
    • setResizeGrowWidth

      public Dashboard.DashboardI18n setResizeGrowWidth(String resizeGrowWidth)
      Sets the accessible name of widget resize grow width buttons
      Parameters:
      resizeGrowWidth - the accessible name of widget resize grow width button to set
      Returns:
      this instance for method chaining
    • getResizeShrinkHeight

      public String getResizeShrinkHeight()
      Gets the accessible name of widget resize shrink height buttons
      Returns:
      the accessible name of widget resize shrink height button, or null if not set
    • setResizeShrinkHeight

      public Dashboard.DashboardI18n setResizeShrinkHeight(String resizeShrinkHeight)
      Sets the accessible name of widget resize shrink height buttons
      Parameters:
      resizeShrinkHeight - the accessible name of widget resize shrink height button to set
      Returns:
      this instance for method chaining
    • getResizeGrowHeight

      public String getResizeGrowHeight()
      Gets the accessible name of widget resize grow height buttons
      Returns:
      the accessible name of widget resize grow height button, or null if not set
    • setResizeGrowHeight

      public Dashboard.DashboardI18n setResizeGrowHeight(String resizeGrowHeight)
      Sets the accessible name of widget resize grow height buttons
      Parameters:
      resizeGrowHeight - the accessible name of widget resize grow height button to set
      Returns:
      this instance for method chaining
    • getMove

      public String getMove()
      Gets the accessible name of dashboard item drag handles
      Returns:
      the accessible name of dashboard item drag handle, or null if not set
    • setMove

      public Dashboard.DashboardI18n setMove(String move)
      Sets the accessible name of dashboard item drag handles
      Parameters:
      move - the accessible name of dashboard item drag handle to set
      Returns:
      this instance for method chaining
    • getMoveApply

      public String getMoveApply()
      Gets the accessible name of dashboard item move apply buttons
      Returns:
      the accessible name of dashboard item move apply button, or null if not set
    • setMoveApply

      public Dashboard.DashboardI18n setMoveApply(String moveApply)
      Sets the accessible name of dashboard item move apply buttons
      Parameters:
      moveApply - the accessible name of dashboard item move apply button to set
      Returns:
      this instance for method chaining
    • getMoveForward

      public String getMoveForward()
      Gets the accessible name of dashboard item move forward buttons
      Returns:
      the accessible name of dashboard item move forward button, or null if not set
    • setMoveForward

      public Dashboard.DashboardI18n setMoveForward(String moveForward)
      Sets the accessible name of dashboard item move forward buttons
      Parameters:
      moveForward - the accessible name of dashboard item move forward button to set
      Returns:
      this instance for method chaining
    • getMoveBackward

      public String getMoveBackward()
      Gets the accessible name of dashboard item move backward buttons
      Returns:
      the accessible name of dashboard item move backward button, or null if not set
    • setMoveBackward

      public Dashboard.DashboardI18n setMoveBackward(String moveBackward)
      Sets the accessible name of dashboard item move backward buttons
      Parameters:
      moveBackward - the accessible name of dashboard item move backward button to set
      Returns:
      this instance for method chaining