com.pyxis.greenhopper.jira.boards.issueviews
Class DefaultIssueView
java.lang.Object
  
com.pyxis.greenhopper.jira.boards.issueviews.DefaultIssueView
- All Implemented Interfaces: 
 - IssueView
 
public class DefaultIssueView
- extends java.lang.Object
- implements IssueView
  
Stores state for single toggled cards to retain across refreshes
 
 
 
| 
Method Summary | 
 boolean | 
asCard(com.atlassian.jira.issue.Issue issue)
 
            | 
 boolean | 
asList(com.atlassian.jira.issue.Issue issue)
 
            | 
 boolean | 
asSummary(com.atlassian.jira.issue.Issue issue)
 
            | 
 void | 
toggle(com.atlassian.jira.issue.Issue issue)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultIssueView
public DefaultIssueView(java.lang.String defaultView)
toggle
public void toggle(com.atlassian.jira.issue.Issue issue)
- Specified by:
 toggle in interface IssueView
 
 
asCard
public boolean asCard(com.atlassian.jira.issue.Issue issue)
- Specified by:
 asCard in interface IssueView
 
 
asSummary
public boolean asSummary(com.atlassian.jira.issue.Issue issue)
- Specified by:
 asSummary in interface IssueView
 
 
asList
public boolean asList(com.atlassian.jira.issue.Issue issue)
- Specified by:
 asList in interface IssueView
 
 
Copyright © 2007-2014 Atlassian. All Rights Reserved.