com.pyxis.greenhopper.jira.fields
Class CustomFieldGroup

java.lang.Object
  extended by com.pyxis.greenhopper.jira.fields.AbstractIssueField
      extended by com.pyxis.greenhopper.jira.fields.AbstractTextField
          extended by com.pyxis.greenhopper.jira.fields.CustomFieldText
              extended by com.pyxis.greenhopper.jira.fields.AbstractCustomFieldPicker
                  extended by com.pyxis.greenhopper.jira.fields.CustomFieldGroup
All Implemented Interfaces:
CustomIssueField, IssueField, IssueTextField

public class CustomFieldGroup
extends AbstractCustomFieldPicker


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
CustomFieldGroup(com.atlassian.jira.issue.fields.CustomField field)
           
 
Method Summary
 void doValidate(BoardIssue boardIssue, java.lang.String value)
           
 java.lang.Object getDefaultValue(BoardIssue boardIssue)
           
 java.lang.String getPickerName()
           
 java.lang.Object getValue(BoardIssue boardIssue)
           
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractCustomFieldPicker
getCreateTemplate, getDisplayTemplate, getEditTemplate, getInputType, isMultiple
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.CustomFieldText
canEdit, getCustomField, getDefaultDisplayValue, getDisplayValue, getTooltipValue, isCustomField, isNumeric, updateValue
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractTextField
getValueFromString, lines, weight
 
Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractIssueField
equals, getCssType, getId, getIdAsLong, getJsonDisplayTemplate, getLabel, getLink, getTransitionTemplate, getUpdateTemplate, 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
getCssType, getId, getIdAsLong, getJsonDisplayTemplate, getLabel, getLink, getUpdateTemplate, getValueFromString, isClickable, isCorner, lines, validate, weight
 

Constructor Detail

CustomFieldGroup

public CustomFieldGroup(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 CustomFieldText

getValue

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

getPickerName

public java.lang.String getPickerName()
Specified by:
getPickerName in class AbstractCustomFieldPicker

doValidate

public void doValidate(BoardIssue boardIssue,
                       java.lang.String value)
                throws GreenHopperException
Overrides:
doValidate in class CustomFieldText
Throws:
GreenHopperException


Copyright © 2007-2011 Atlassian. All Rights Reserved.