com.atlassian.greenhopper.web.page
Class NavigationViewFactory
java.lang.Object
com.atlassian.greenhopper.web.page.NavigationViewFactory
@Service(value="gh-navigationViewFactory")
public class NavigationViewFactory
- extends java.lang.Object
Provides the view for the navigation part of the page.
Field Summary |
static java.lang.String |
SERVICE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE
public static final java.lang.String SERVICE
- See Also:
- Constant Field Values
NavigationViewFactory
public NavigationViewFactory()
createNavigationModel
public NavigationViewModel createNavigationModel(BaseData baseData,
BoardData board)
- Creates the model for the navigation part of the page.
fillInContextData
protected void fillInContextData(NavigationViewModel viewModel,
BaseData baseData)
createPlanningBoardsFilter
public FilterModel createPlanningBoardsFilter(java.lang.String selectedId)
- Create a filter for the planning boards.
- Parameters:
selectedId
- the selected planning board view
Copyright © 2007-2011 Atlassian. All Rights Reserved.