Class JmixKanban.PropertiesMapping
java.lang.Object
io.jmix.kanbanflowui.kit.component.JmixKanban.PropertiesMapping
- Enclosing class:
- JmixKanban<T>
POJO class for storing mapping of item attributes to properties of Kanban items.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
getId()
static JmixKanban.PropertiesMapping
getTags()
getText()
void
Sets attribute name to map to Color property.void
setDueDate
(String dueDate) Sets attribute name to map to DueDate property.void
setPriority
(String priority) Sets attribute name to map to Priority property.void
setProgress
(String progress) Sets attribute name to map to Progress property.void
setSwimlane
(String swimlane) Sets attribute name to map to Swimlane property.void
Sets attribute name to map to Tags property.void
setUserAvatar
(String userAvatar) Sets attribute name to map to UserAvatar property.void
setUsername
(String username) Sets attribute name to map to Username property.
-
Field Details
-
INSTANCE
-
id
-
status
-
text
-
username
-
userAvatar
-
color
-
dueDate
-
progress
-
tags
-
priority
-
swimlane
-
-
Constructor Details
-
PropertiesMapping
-
-
Method Details
-
getInstance
- Returns:
- instance of the
JmixKanban.PropertiesMapping
-
getId
- Returns:
- attribute name to map to ID property
-
getStatus
- Returns:
- attribute name to map to Status property
-
getText
- Returns:
- attribute name to map to Text property
-
getUsername
- Returns:
- attribute name to map to Username property
-
setUsername
Sets attribute name to map to Username property.- Parameters:
username
- attribute name
-
getUserAvatar
- Returns:
- attribute name to map to UserAvatar property
-
setUserAvatar
Sets attribute name to map to UserAvatar property.- Parameters:
userAvatar
- attribute name
-
getColor
- Returns:
- attribute name to map to Color property
-
setColor
Sets attribute name to map to Color property.- Parameters:
color
- attribute name
-
getDueDate
- Returns:
- attribute name to map to DueDate property
-
setDueDate
Sets attribute name to map to DueDate property.- Parameters:
dueDate
- attribute name
-
getProgress
- Returns:
- attribute name to map to progress property
-
setProgress
Sets attribute name to map to Progress property.- Parameters:
progress
- attribute name
-
getTags
- Returns:
- attribute name to map to Tags property
-
setTags
Sets attribute name to map to Tags property.- Parameters:
tags
- attribute name
-
getPriority
- Returns:
- attribute name to map to Priority property
-
setPriority
Sets attribute name to map to Priority property.- Parameters:
priority
- attribute name
-
getSwimlane
- Returns:
- attribute name to map to swimlane property
-
setSwimlane
Sets attribute name to map to Swimlane property.- Parameters:
swimlane
- attribute name
-