Class Dashboard.DashboardI18n
java.lang.Object
com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Dashboard
The internationalization properties for
Dashboard
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMove()
Gets the accessible name of dashboard item drag handlesGets the accessible name of dashboard item move apply buttonsGets the accessible name of dashboard item move backward buttonsGets the accessible name of dashboard item move forward buttonsGets the accessible name of dashboard item remove buttonsGets the accessible name of widget resize handlesGets the accessible name of widget resize apply buttonsGets the accessible name of widget resize grow height buttonsGets the accessible name of widget resize grow width buttonsGets the accessible name of widget resize shrink height buttonsGets the accessible name of widget resize shrink width buttonsGets the accessible name of section focus buttonsGets the accessible name of widget focus buttonsSets the accessible name of dashboard item drag handlessetMoveApply
(String moveApply) Sets the accessible name of dashboard item move apply buttonssetMoveBackward
(String moveBackward) Sets the accessible name of dashboard item move backward buttonssetMoveForward
(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 handlessetResizeApply
(String resizeApply) Sets the accessible name of widget resize apply buttonssetResizeGrowHeight
(String resizeGrowHeight) Sets the accessible name of widget resize grow height buttonssetResizeGrowWidth
(String resizeGrowWidth) Sets the accessible name of widget resize grow width buttonssetResizeShrinkHeight
(String resizeShrinkHeight) Sets the accessible name of widget resize shrink height buttonssetResizeShrinkWidth
(String resizeShrinkWidth) Sets the accessible name of widget resize shrink width buttonssetSelectSection
(String selectSection) Sets the accessible name of section focus buttonssetSelectWidget
(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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- 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 set- Returns:
- this instance for method chaining
-