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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()getId()static JmixKanban.PropertiesMappinggetTags()getText()voidSets attribute name to map to Color property.voidsetDueDate(String dueDate) Sets attribute name to map to DueDate property.voidsetPriority(String priority) Sets attribute name to map to Priority property.voidsetProgress(String progress) Sets attribute name to map to Progress property.voidsetSwimlane(String swimlane) Sets attribute name to map to Swimlane property.voidSets attribute name to map to Tags property.voidsetUserAvatar(String userAvatar) Sets attribute name to map to UserAvatar property.voidsetUsername(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
-