Class JmixKanban.KanbanI18n
java.lang.Object
io.jmix.kanbanflowui.kit.component.JmixKanban.KanbanI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JmixKanban<T>
The internationalization properties for
JmixKanban
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected final String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDays()
getEmpty()
getHigh()
getLow()
getTags()
getText()
withAssignedTask
(String assignedTask) Sets the translated phrase for assigned task.withAverage
(String average) Sets the translated phrase for average.withCollapse
(String collapse) Sets the translated phrase for collapse.withCritical
(String critical) Sets the translated phrase for critical.withCustomizeColumn
(String customizeColumn) Sets the translated phrase for customize column.Sets the translated phrase for days.withDescription
(String description) Sets the translated phrase for description.withDueDate
(String dueDate) Sets the translated phrase for due date.Sets the translated phrase for empty.withExpand
(String expand) Sets the translated phrase for expand.withHideColumn
(String hideColumn) Sets the translated phrase for hide column.Sets the translated phrase for high.Sets the translated phrase for low.withOverdue
(String overdue) Sets the translated phrase for overdue.withPriority
(String priority) Sets the translated phrase for priority.withProgress
(String progress) Sets the translated phrase for progress.withShowAllColumns
(String showAllColumns) Sets the translated phrase for show all columns.withStartDate
(String startDate) Sets the translated phrase for start date.withStatus
(String status) Sets the translated phrase for status.withSwimlane
(String swimlane) Sets the translated phrase for swimlane.Sets the translated phrase for tags.withTaskCompleted
(String taskCompleted) Sets the translated phrase for task completed.withTaskDescription
(String taskDescription) Sets the translated phrase for task description.withTaskProgress
(String taskProgress) Sets the translated phrase for task progress.withTasksSummary
(String tasksSummary) Sets the translated phrase for tasks summary.withTasksSummaryOne
(String tasksSummaryOne) Sets the translated phrase for tasks summary one.Sets the translated phrase for text.withUnassignedTask
(String unassignedTask) Sets the translated phrase for unassigned task.
-
Field Details
-
localeName
-
unassignedTask
-
assignedTask
-
customizeColumn
-
hideColumn
-
showAllColumns
-
collapse
-
expand
-
startDate
-
dueDate
-
priority
-
high
-
low
-
critical
-
average
-
overdue
-
days
-
progress
-
status
-
swimlane
-
tags
-
text
-
description
-
taskProgress
-
taskDescription
-
taskCompleted
-
tasksSummary
-
tasksSummaryOne
-
empty
-
-
Constructor Details
-
KanbanI18n
-
-
Method Details
-
getLocaleName
- Returns:
- translation locale name
-
getUnassignedTask
- Returns:
- the translated phrase for unassigned task
-
withUnassignedTask
Sets the translated phrase for unassigned task.- Parameters:
unassignedTask
- the translated phrase for unassigned task- Returns:
- this instance for method chaining
-
getAssignedTask
- Returns:
- the translated phrase for assigned task
-
withAssignedTask
Sets the translated phrase for assigned task.- Parameters:
assignedTask
- the translated phrase for assigned task- Returns:
- this instance for method chaining
-
getCustomizeColumn
- Returns:
- the translated phrase for customize column
-
withCustomizeColumn
Sets the translated phrase for customize column.- Parameters:
customizeColumn
- the translated phrase for customize column- Returns:
- this instance for method chaining
-
getHideColumn
- Returns:
- the translated phrase for hide column
-
withHideColumn
Sets the translated phrase for hide column.- Parameters:
hideColumn
- the translated phrase for hide column- Returns:
- this instance for method chaining
-
getShowAllColumns
- Returns:
- the translated phrase for show all columns
-
withShowAllColumns
Sets the translated phrase for show all columns.- Parameters:
showAllColumns
- the translated phrase for show all columns- Returns:
- this instance for method chaining
-
getCollapse
- Returns:
- the translated phrase for collapse
-
withCollapse
Sets the translated phrase for collapse.- Parameters:
collapse
- the translated phrase for collapse- Returns:
- this instance for method chaining
-
getExpand
- Returns:
- the translated phrase for expand
-
withExpand
Sets the translated phrase for expand.- Parameters:
expand
- the translated phrase for expand- Returns:
- this instance for method chaining
-
getStartDate
- Returns:
- the translated phrase for start date
-
withStartDate
Sets the translated phrase for start date.- Parameters:
startDate
- the translated phrase for start date- Returns:
- this instance for method chaining
-
getDueDate
- Returns:
- the translated phrase for due date
-
withDueDate
Sets the translated phrase for due date.- Parameters:
dueDate
- the translated phrase for due date- Returns:
- this instance for method chaining
-
getPriority
- Returns:
- the translated phrase for priority
-
withPriority
Sets the translated phrase for priority.- Parameters:
priority
- the translated phrase for priority- Returns:
- this instance for method chaining
-
getHigh
- Returns:
- the translated phrase for high
-
withHigh
Sets the translated phrase for high.- Parameters:
high
- the translated phrase for high- Returns:
- this instance for method chaining
-
getLow
- Returns:
- the translated phrase for low
-
withLow
Sets the translated phrase for low.- Parameters:
low
- the translated phrase for low- Returns:
- this instance for method chaining
-
getCritical
- Returns:
- the translated phrase for critical
-
withCritical
Sets the translated phrase for critical.- Parameters:
critical
- the translated phrase for critical- Returns:
- this instance for method chaining
-
getAverage
- Returns:
- the translated phrase for average
-
withAverage
Sets the translated phrase for average.- Parameters:
average
- the translated phrase for average- Returns:
- this instance for method chaining
-
getOverdue
- Returns:
- the translated phrase for overdue
-
withOverdue
Sets the translated phrase for overdue.- Parameters:
overdue
- the translated phrase for overdue- Returns:
- this instance for method chaining
-
getDays
- Returns:
- the translated phrase for days
-
withDays
Sets the translated phrase for days.- Parameters:
days
- the translated phrase for days- Returns:
- this instance for method chaining
-
getProgress
- Returns:
- the translated phrase for progress
-
withProgress
Sets the translated phrase for progress.- Parameters:
progress
- the translated phrase for progress- Returns:
- this instance for method chaining
-
getStatus
- Returns:
- the translated phrase for status
-
withStatus
Sets the translated phrase for status.- Parameters:
status
- the translated phrase for status- Returns:
- this instance for method chaining
-
getSwimlane
- Returns:
- the translated phrase for swimlane
-
withSwimlane
Sets the translated phrase for swimlane.- Parameters:
swimlane
- the translated phrase for swimlane- Returns:
- this instance for method chaining
-
getTags
- Returns:
- the translated phrase for tags
-
withTags
Sets the translated phrase for tags.- Parameters:
tags
- the translated phrase for tags- Returns:
- this instance for method chaining
-
getText
- Returns:
- the translated phrase for text
-
withText
Sets the translated phrase for text.- Parameters:
text
- the translated phrase for text- Returns:
- this instance for method chaining
-
getDescription
- Returns:
- the translated phrase for description
-
withDescription
Sets the translated phrase for description.- Parameters:
description
- the translated phrase for description- Returns:
- this instance for method chaining
-
getTaskProgress
- Returns:
- the translated phrase for task progress
-
withTaskProgress
Sets the translated phrase for task progress.- Parameters:
taskProgress
- the translated phrase for task progress- Returns:
- this instance for method chaining
-
getTaskDescription
- Returns:
- the translated phrase for task description
-
withTaskDescription
Sets the translated phrase for task description.- Parameters:
taskDescription
- the translated phrase for task description- Returns:
- this instance for method chaining
-
getTaskCompleted
- Returns:
- the translated phrase for task completed
-
withTaskCompleted
Sets the translated phrase for task completed.- Parameters:
taskCompleted
- the translated phrase for task completed- Returns:
- this instance for method chaining
-
getTasksSummary
- Returns:
- the translated phrase for tasks summary
-
withTasksSummary
Sets the translated phrase for tasks summary.- Parameters:
tasksSummary
- the translated phrase for tasks summary- Returns:
- this instance for method chaining
-
getTasksSummaryOne
- Returns:
- the translated phrase for tasks summary one
-
withTasksSummaryOne
Sets the translated phrase for tasks summary one.- Parameters:
tasksSummaryOne
- the translated phrase for tasks summary one- Returns:
- this instance for method chaining
-
getEmpty
- Returns:
- the translated phrase for empty
-
withEmpty
Sets the translated phrase for empty.- Parameters:
empty
- the translated phrase for empty- Returns:
- this instance for method chaining
-