com.pyxis.greenhopper.jira.fields
Class CustomFieldProject

java.lang.Object
  extended by com.pyxis.greenhopper.jira.fields.AbstractIssueField
      extended by com.pyxis.greenhopper.jira.fields.AbstractSelectField
          extended by com.pyxis.greenhopper.jira.fields.CustomFieldSelect
              extended by com.pyxis.greenhopper.jira.fields.CustomFieldProject
All Implemented Interfaces:
CustomIssueField, IssueField

public class CustomFieldProject
extends CustomFieldSelect


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.fields.AbstractIssueField
GREENHOPPER_PLUGIN, GROUP_PICKER, id, idLong, label, log, MULTI_GROUP_PICKER, MULTI_SELECT, MULTI_USER_PICKER, NUMBER, SELECT, TEXT, TEXT_AREA, TEXT_FIELD, USER_PICKER
 
Constructor Summary
CustomFieldProject(com.atlassian.jira.issue.fields.CustomField field)
           
 
Method Summary
 java.util.LinkedList<FieldOption> getAllAvailableValuesForSelect(BoardIssue boardIssue)
           
 java.lang.Object getDefaultValue(BoardIssue boardIssue)
           
 java.lang.Object getValue(BoardIssue boardIssue)
           
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.CustomFieldSelect
canEdit, getCustomField, getDefaultDisplayValue, getDisplayValue, getTooltipValue, isCustomField, updateValue
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractSelectField
doValidate, getCreateTemplate, getDisplayTemplate, getEditTemplate, getInputType, getUpdateTemplate, getValueFromString, lines, weight
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractIssueField
equals, getCssType, getId, getIdAsLong, getJsonDisplayTemplate, getLabel, getLink, getTransitionTemplate, hashCode, isClickable, isCorner, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.pyxis.greenhopper.jira.fields.IssueField
getCreateTemplate, getCssType, getDisplayTemplate, getEditTemplate, getId, getIdAsLong, getInputType, getJsonDisplayTemplate, getLabel, getLink, getUpdateTemplate, getValueFromString, isClickable, isCorner, lines, validate, weight
 

Constructor Detail

CustomFieldProject

public CustomFieldProject(com.atlassian.jira.issue.fields.CustomField field)
Method Detail

getDefaultValue

public java.lang.Object getDefaultValue(BoardIssue boardIssue)
Specified by:
getDefaultValue in interface IssueField
Overrides:
getDefaultValue in class CustomFieldSelect

getValue

public java.lang.Object getValue(BoardIssue boardIssue)
Specified by:
getValue in interface IssueField
Overrides:
getValue in class CustomFieldSelect

getAllAvailableValuesForSelect

public java.util.LinkedList<FieldOption> getAllAvailableValuesForSelect(BoardIssue boardIssue)
Overrides:
getAllAvailableValuesForSelect in class CustomFieldSelect


Copyright © 2007-2011 Atlassian. All Rights Reserved.