Uses of Class
com.atlassian.greenhopper.web.page.ColumnBoxModel

Packages that use ColumnBoxModel
com.atlassian.greenhopper.web.backlog   
com.atlassian.greenhopper.web.page   
 

Uses of ColumnBoxModel in com.atlassian.greenhopper.web.backlog
 

Subclasses of ColumnBoxModel in com.atlassian.greenhopper.web.backlog
 class BacklogColumnBoxModel
           
 

Methods in com.atlassian.greenhopper.web.backlog that return ColumnBoxModel
 ColumnBoxModel BacklogColumnViewFactory.createColumnBoxModel(BaseData baseData, BoardData mainBoardData, BoardData boxData)
          Creates ColumnBoxModel for a single box.
 ColumnBoxModel BacklogBoardViewModel.getBox()
           
 

Methods in com.atlassian.greenhopper.web.backlog with parameters of type ColumnBoxModel
 void BacklogBoardViewModel.setBox(ColumnBoxModel box)
           
 

Uses of ColumnBoxModel in com.atlassian.greenhopper.web.page
 

Methods in com.atlassian.greenhopper.web.page that return types with arguments of type ColumnBoxModel
 java.util.List<ColumnBoxModel> ColumnModel.getBoxes()
           
 

Method parameters in com.atlassian.greenhopper.web.page with type arguments of type ColumnBoxModel
 void ColumnModel.setBoxes(java.util.List<ColumnBoxModel> boxes)
           
 



Copyright © 2007-2011 Atlassian. All Rights Reserved.