com.pyxis.greenhopper.jira.boards.issueviews
Class DefaultIssueView

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface com.pyxis.greenhopper.jira.boards.issueviews.IssueView
ALL, CARD, CARDS_ONLY, LIST, LIST_ONLY, SUMMARIES_ONLY, SUMMARY
 
Constructor Summary
DefaultIssueView(java.lang.String defaultView)
           
 
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
 

Constructor Detail

DefaultIssueView

public DefaultIssueView(java.lang.String defaultView)
Method Detail

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-2012 Atlassian. All Rights Reserved.