Class JmixKanban.KanbanI18n

java.lang.Object
io.jmix.kanbanflowui.kit.component.JmixKanban.KanbanI18n
All Implemented Interfaces:
Serializable
Enclosing class:
JmixKanban<T>

public static class JmixKanban.KanbanI18n extends Object implements Serializable
The internationalization properties for JmixKanban.
See Also:
  • Field Details

    • localeName

      protected final String localeName
    • unassignedTask

      protected String unassignedTask
    • assignedTask

      protected String assignedTask
    • customizeColumn

      protected String customizeColumn
    • hideColumn

      protected String hideColumn
    • showAllColumns

      protected String showAllColumns
    • collapse

      protected String collapse
    • expand

      protected String expand
    • startDate

      protected String startDate
    • dueDate

      protected String dueDate
    • priority

      protected String priority
    • high

      protected String high
    • low

      protected String low
    • critical

      protected String critical
    • average

      protected String average
    • overdue

      protected String overdue
    • days

      protected String days
    • progress

      protected String progress
    • status

      protected String status
    • swimlane

      protected String swimlane
    • tags

      protected String tags
    • text

      protected String text
    • description

      protected String description
    • taskProgress

      protected String taskProgress
    • taskDescription

      protected String taskDescription
    • taskCompleted

      protected String taskCompleted
    • tasksSummary

      protected String tasksSummary
    • tasksSummaryOne

      protected String tasksSummaryOne
    • empty

      protected String empty
  • Constructor Details

    • KanbanI18n

      public KanbanI18n(String localeName)
  • Method Details

    • getLocaleName

      public String getLocaleName()
      Returns:
      translation locale name
    • getUnassignedTask

      public String getUnassignedTask()
      Returns:
      the translated phrase for unassigned task
    • withUnassignedTask

      public JmixKanban.KanbanI18n withUnassignedTask(String unassignedTask)
      Sets the translated phrase for unassigned task.
      Parameters:
      unassignedTask - the translated phrase for unassigned task
      Returns:
      this instance for method chaining
    • getAssignedTask

      public String getAssignedTask()
      Returns:
      the translated phrase for assigned task
    • withAssignedTask

      public JmixKanban.KanbanI18n withAssignedTask(String assignedTask)
      Sets the translated phrase for assigned task.
      Parameters:
      assignedTask - the translated phrase for assigned task
      Returns:
      this instance for method chaining
    • getCustomizeColumn

      public String getCustomizeColumn()
      Returns:
      the translated phrase for customize column
    • withCustomizeColumn

      public JmixKanban.KanbanI18n withCustomizeColumn(String customizeColumn)
      Sets the translated phrase for customize column.
      Parameters:
      customizeColumn - the translated phrase for customize column
      Returns:
      this instance for method chaining
    • getHideColumn

      public String getHideColumn()
      Returns:
      the translated phrase for hide column
    • withHideColumn

      public JmixKanban.KanbanI18n withHideColumn(String hideColumn)
      Sets the translated phrase for hide column.
      Parameters:
      hideColumn - the translated phrase for hide column
      Returns:
      this instance for method chaining
    • getShowAllColumns

      public String getShowAllColumns()
      Returns:
      the translated phrase for show all columns
    • withShowAllColumns

      public JmixKanban.KanbanI18n withShowAllColumns(String showAllColumns)
      Sets the translated phrase for show all columns.
      Parameters:
      showAllColumns - the translated phrase for show all columns
      Returns:
      this instance for method chaining
    • getCollapse

      public String getCollapse()
      Returns:
      the translated phrase for collapse
    • withCollapse

      public JmixKanban.KanbanI18n withCollapse(String collapse)
      Sets the translated phrase for collapse.
      Parameters:
      collapse - the translated phrase for collapse
      Returns:
      this instance for method chaining
    • getExpand

      public String getExpand()
      Returns:
      the translated phrase for expand
    • withExpand

      public JmixKanban.KanbanI18n withExpand(String expand)
      Sets the translated phrase for expand.
      Parameters:
      expand - the translated phrase for expand
      Returns:
      this instance for method chaining
    • getStartDate

      public String getStartDate()
      Returns:
      the translated phrase for start date
    • withStartDate

      public JmixKanban.KanbanI18n withStartDate(String startDate)
      Sets the translated phrase for start date.
      Parameters:
      startDate - the translated phrase for start date
      Returns:
      this instance for method chaining
    • getDueDate

      public String getDueDate()
      Returns:
      the translated phrase for due date
    • withDueDate

      public JmixKanban.KanbanI18n withDueDate(String dueDate)
      Sets the translated phrase for due date.
      Parameters:
      dueDate - the translated phrase for due date
      Returns:
      this instance for method chaining
    • getPriority

      public String getPriority()
      Returns:
      the translated phrase for priority
    • withPriority

      public JmixKanban.KanbanI18n withPriority(String priority)
      Sets the translated phrase for priority.
      Parameters:
      priority - the translated phrase for priority
      Returns:
      this instance for method chaining
    • getHigh

      public String getHigh()
      Returns:
      the translated phrase for high
    • withHigh

      public JmixKanban.KanbanI18n withHigh(String high)
      Sets the translated phrase for high.
      Parameters:
      high - the translated phrase for high
      Returns:
      this instance for method chaining
    • getLow

      public String getLow()
      Returns:
      the translated phrase for low
    • withLow

      public JmixKanban.KanbanI18n withLow(String low)
      Sets the translated phrase for low.
      Parameters:
      low - the translated phrase for low
      Returns:
      this instance for method chaining
    • getCritical

      public String getCritical()
      Returns:
      the translated phrase for critical
    • withCritical

      public JmixKanban.KanbanI18n withCritical(String critical)
      Sets the translated phrase for critical.
      Parameters:
      critical - the translated phrase for critical
      Returns:
      this instance for method chaining
    • getAverage

      public String getAverage()
      Returns:
      the translated phrase for average
    • withAverage

      public JmixKanban.KanbanI18n withAverage(String average)
      Sets the translated phrase for average.
      Parameters:
      average - the translated phrase for average
      Returns:
      this instance for method chaining
    • getOverdue

      public String getOverdue()
      Returns:
      the translated phrase for overdue
    • withOverdue

      public JmixKanban.KanbanI18n withOverdue(String overdue)
      Sets the translated phrase for overdue.
      Parameters:
      overdue - the translated phrase for overdue
      Returns:
      this instance for method chaining
    • getDays

      public String getDays()
      Returns:
      the translated phrase for days
    • withDays

      public JmixKanban.KanbanI18n withDays(String days)
      Sets the translated phrase for days.
      Parameters:
      days - the translated phrase for days
      Returns:
      this instance for method chaining
    • getProgress

      public String getProgress()
      Returns:
      the translated phrase for progress
    • withProgress

      public JmixKanban.KanbanI18n withProgress(String progress)
      Sets the translated phrase for progress.
      Parameters:
      progress - the translated phrase for progress
      Returns:
      this instance for method chaining
    • getStatus

      public String getStatus()
      Returns:
      the translated phrase for status
    • withStatus

      public JmixKanban.KanbanI18n withStatus(String status)
      Sets the translated phrase for status.
      Parameters:
      status - the translated phrase for status
      Returns:
      this instance for method chaining
    • getSwimlane

      public String getSwimlane()
      Returns:
      the translated phrase for swimlane
    • withSwimlane

      public JmixKanban.KanbanI18n withSwimlane(String swimlane)
      Sets the translated phrase for swimlane.
      Parameters:
      swimlane - the translated phrase for swimlane
      Returns:
      this instance for method chaining
    • getTags

      public String getTags()
      Returns:
      the translated phrase for tags
    • withTags

      public JmixKanban.KanbanI18n withTags(String tags)
      Sets the translated phrase for tags.
      Parameters:
      tags - the translated phrase for tags
      Returns:
      this instance for method chaining
    • getText

      public String getText()
      Returns:
      the translated phrase for text
    • withText

      public JmixKanban.KanbanI18n withText(String text)
      Sets the translated phrase for text.
      Parameters:
      text - the translated phrase for text
      Returns:
      this instance for method chaining
    • getDescription

      public String getDescription()
      Returns:
      the translated phrase for description
    • withDescription

      public JmixKanban.KanbanI18n withDescription(String description)
      Sets the translated phrase for description.
      Parameters:
      description - the translated phrase for description
      Returns:
      this instance for method chaining
    • getTaskProgress

      public String getTaskProgress()
      Returns:
      the translated phrase for task progress
    • withTaskProgress

      public JmixKanban.KanbanI18n withTaskProgress(String taskProgress)
      Sets the translated phrase for task progress.
      Parameters:
      taskProgress - the translated phrase for task progress
      Returns:
      this instance for method chaining
    • getTaskDescription

      public String getTaskDescription()
      Returns:
      the translated phrase for task description
    • withTaskDescription

      public JmixKanban.KanbanI18n withTaskDescription(String taskDescription)
      Sets the translated phrase for task description.
      Parameters:
      taskDescription - the translated phrase for task description
      Returns:
      this instance for method chaining
    • getTaskCompleted

      public String getTaskCompleted()
      Returns:
      the translated phrase for task completed
    • withTaskCompleted

      public JmixKanban.KanbanI18n withTaskCompleted(String taskCompleted)
      Sets the translated phrase for task completed.
      Parameters:
      taskCompleted - the translated phrase for task completed
      Returns:
      this instance for method chaining
    • getTasksSummary

      public String getTasksSummary()
      Returns:
      the translated phrase for tasks summary
    • withTasksSummary

      public JmixKanban.KanbanI18n withTasksSummary(String tasksSummary)
      Sets the translated phrase for tasks summary.
      Parameters:
      tasksSummary - the translated phrase for tasks summary
      Returns:
      this instance for method chaining
    • getTasksSummaryOne

      public String getTasksSummaryOne()
      Returns:
      the translated phrase for tasks summary one
    • withTasksSummaryOne

      public JmixKanban.KanbanI18n withTasksSummaryOne(String tasksSummaryOne)
      Sets the translated phrase for tasks summary one.
      Parameters:
      tasksSummaryOne - the translated phrase for tasks summary one
      Returns:
      this instance for method chaining
    • getEmpty

      public String getEmpty()
      Returns:
      the translated phrase for empty
    • withEmpty

      public JmixKanban.KanbanI18n withEmpty(String empty)
      Sets the translated phrase for empty.
      Parameters:
      empty - the translated phrase for empty
      Returns:
      this instance for method chaining