com.atlassian.jira.web.component.webfragment
Class PresetFiltersLayoutBean
java.lang.Object
com.atlassian.jira.web.component.webfragment.PresetFiltersLayoutBean
- All Implemented Interfaces:
- ContextLayoutBean
public class PresetFiltersLayoutBean
- extends Object
- implements ContextLayoutBean
This class provides context information for preset filters. It's main purpose really
is to hide the Unscheduled filter in the preset filters when viewing a version.
This should probably be extended sometime in the future, such that a list of hidden filters
can be passed in via the constructor. Currently this isn't necessary though.
- Since:
- v3.10
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILTER_UNSCHEDULED
public static final String FILTER_UNSCHEDULED
- See Also:
- Constant Field Values
PresetFiltersLayoutBean
public PresetFiltersLayoutBean()
isDisplayableItemHidden
public boolean isDisplayableItemHidden(JiraWebItemModuleDescriptor item)
Copyright © 2002-2012 Atlassian. All Rights Reserved.