com.vaadin.flow.component.dashboard.
Class Dashboard.DashboardI18n
All Implemented Interfaces:
Enclosing class:
The internationalization properties for Dashboard
.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMove()
Gets the accessible name of dashboard item drag handles
Gets the accessible name of dashboard item move apply buttons
Gets the accessible name of dashboard item move backward buttons
Gets the accessible name of dashboard item move forward buttons
Gets the accessible name of dashboard item remove buttons
Gets the accessible name of widget resize handles
Gets the accessible name of widget resize apply buttons
Gets the accessible name of widget resize grow height buttons
Gets the accessible name of widget resize grow width buttons
Gets the accessible name of widget resize shrink height buttons
Gets the accessible name of widget resize shrink width buttons
Gets the accessible name of section focus buttons
Gets the accessible name of widget focus buttons
Sets the accessible name of dashboard item drag handles
setMoveApply
(String moveApply) Sets the accessible name of dashboard item move apply buttons
setMoveBackward
(String moveBackward) Sets the accessible name of dashboard item move backward buttons
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
setResizeApply
(String resizeApply) Sets the accessible name of widget resize apply buttons
setResizeGrowHeight
(String resizeGrowHeight) Sets the accessible name of widget resize grow height buttons
setResizeGrowWidth
(String resizeGrowWidth) Sets the accessible name of widget resize grow width buttons
setResizeShrinkHeight
(String resizeShrinkHeight) Sets the accessible name of widget resize shrink height buttons
setResizeShrinkWidth
(String resizeShrinkWidth) Sets the accessible name of widget resize shrink width buttons
setSelectSection
(String selectSection) Sets the accessible name of section focus buttons
setSelectWidget
(String selectWidget) Sets the accessible name of widget focus buttons
-
Constructor Details
-
DashboardI18n
public DashboardI18n()
-
-
Method Details
-
getSelectSection
Gets the accessible name of section focus buttons
Returns:
the accessible name of section focus button, or
null
if not set -
setSelectSection
Sets the accessible name of section focus buttons
Parameters:
selectSection
- the accessible name of section focus button to setReturns:
this instance for method chaining
-
getSelectWidget
Gets the accessible name of widget focus buttons
Returns:
the accessible name of widget focus button, or
null
if not set -
setSelectWidget
Sets the accessible name of widget focus buttons
Parameters:
selectWidget
- the accessible name of widget focus button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of dashboard item remove buttons
Parameters:
remove
- the accessible name of dashboard item remove button to setReturns:
this instance for method chaining
-
getResize
Gets the accessible name of widget resize handles
Returns:
the accessible name of widget resize handle, or
null
if not set -
setResize
Sets the accessible name of widget resize handles
Parameters:
resize
- the accessible name of widget resize handle to setReturns:
this instance for method chaining
-
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
Sets the accessible name of widget resize apply buttons
Parameters:
resizeApply
- the accessible name of widget resize apply button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of widget resize shrink width buttons
Parameters:
resizeShrinkWidth
- the accessible name of widget resize shrink width button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of widget resize grow width buttons
Parameters:
resizeGrowWidth
- the accessible name of widget resize grow width button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of widget resize shrink height buttons
Parameters:
resizeShrinkHeight
- the accessible name of widget resize shrink height button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of widget resize grow height buttons
Parameters:
resizeGrowHeight
- the accessible name of widget resize grow height button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of dashboard item drag handles
Parameters:
move
- the accessible name of dashboard item drag handle to setReturns:
this instance for method chaining
-
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
Sets the accessible name of dashboard item move apply buttons
Parameters:
moveApply
- the accessible name of dashboard item move apply button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of dashboard item move forward buttons
Parameters:
moveForward
- the accessible name of dashboard item move forward button to setReturns:
this instance for method chaining
-
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
Sets the accessible name of dashboard item move backward buttons
Parameters:
moveBackward
- the accessible name of dashboard item move backward button to setReturns:
this instance for method chaining
-