Uses of Class
org.eclnt.ccaddons.pbc.kanban.KanbanItem
Packages that use KanbanItem
-
Uses of KanbanItem in org.eclnt.ccaddons.pbc.kanban
Methods in org.eclnt.ccaddons.pbc.kanban that return KanbanItemModifier and TypeMethodDescriptionCCKanbanColumn.findKanbanItem
(String id) CCKanbanColumn.IListener.findKanbanItem
(String uid) CCKanbanColumn.KanbanItemWrapper.getItem()
Methods in org.eclnt.ccaddons.pbc.kanban that return types with arguments of type KanbanItemMethods in org.eclnt.ccaddons.pbc.kanban with parameters of type KanbanItemModifier and TypeMethodDescriptionvoid
CCKanbanColumn.addKanbanItem
(KanbanItem item) boolean
CCKanbanBoard.DefaultListener.checkMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanBoard.DefaultListener.checkMove
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanBoard.IListener.checkMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanBoard.IListener.checkMove
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanColumn.IListener.checkMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanColumn.IListener.checkMove
(KanbanItem fromItem, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) protected CCKanbanColumn.KanbanItemWrapper
CCKanbanColumn.createKanbanItemWrapper
(KanbanItem item) protected void
CCKanbanColumn.processItemAction
(KanbanItem targetItem, org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
CCKanbanBoard.DefaultListener.reactOnItemMoved
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanBoard.DefaultListener.reactOnItemMoved
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanBoard.IListener.reactOnItemMoved
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanBoard.IListener.reactOnItemMoved
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanColumn.IListener.reactOnMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanColumn.IListener.reactOnMove
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) protected void
CCKanbanBoard.removeItem
(KanbanItem item) void
CCKanbanColumn.IListener.removeItem
(KanbanItem droppedItem) void
CCKanbanColumn.removeKanbanItem
(KanbanItem item) Constructors in org.eclnt.ccaddons.pbc.kanban with parameters of type KanbanItem