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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
 
- 
setUsernameSets attribute name to map to Username property.- Parameters:
- username- attribute name
 
- 
getUserAvatar- Returns:
- attribute name to map to UserAvatar property
 
- 
setUserAvatarSets attribute name to map to UserAvatar property.- Parameters:
- userAvatar- attribute name
 
- 
getColor- Returns:
- attribute name to map to Color property
 
- 
setColorSets attribute name to map to Color property.- Parameters:
- color- attribute name
 
- 
getDueDate- Returns:
- attribute name to map to DueDate property
 
- 
setDueDateSets attribute name to map to DueDate property.- Parameters:
- dueDate- attribute name
 
- 
getProgress- Returns:
- attribute name to map to progress property
 
- 
setProgressSets attribute name to map to Progress property.- Parameters:
- progress- attribute name
 
- 
getTags- Returns:
- attribute name to map to Tags property
 
- 
setTagsSets attribute name to map to Tags property.- Parameters:
- tags- attribute name
 
- 
getPriority- Returns:
- attribute name to map to Priority property
 
- 
setPrioritySets attribute name to map to Priority property.- Parameters:
- priority- attribute name
 
- 
getSwimlane- Returns:
- attribute name to map to swimlane property
 
- 
setSwimlaneSets attribute name to map to Swimlane property.- Parameters:
- swimlane- attribute name
 
 
-