com.pyxis.greenhopper.jira.fields
Class CustomFieldTextArea
java.lang.Object
  
com.pyxis.greenhopper.jira.fields.AbstractIssueField
      
com.pyxis.greenhopper.jira.fields.AbstractTextAreaField
          
com.pyxis.greenhopper.jira.fields.CustomFieldTextArea
- All Implemented Interfaces: 
 - CustomIssueField, IssueField
 
public class CustomFieldTextArea
- extends AbstractTextAreaField
- implements CustomIssueField
  
 
| 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 | 
 
 
 
 
| Methods inherited from class com.pyxis.greenhopper.jira.fields.AbstractIssueField | 
equals, getCssType, getId, getIdAsLong, 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 | 
getCreateTemplate, getCssType, getDisplayTemplate, getEditTemplate, getId, getIdAsLong, getInputType, getJsonDisplayTemplate, getLabel, getLink, getUpdateTemplate, isClickable, isCorner, lines, validate, weight | 
 
CustomFieldTextArea
public CustomFieldTextArea(com.atlassian.jira.issue.fields.CustomField field)
getCustomField
public com.atlassian.jira.issue.fields.CustomField getCustomField()
- Specified by:
 getCustomField in interface CustomIssueField
 
 
canEdit
public boolean canEdit(BoardIssue boardIssue)
- Specified by:
 canEdit in interface IssueField
 
 
getDisplayValue
public java.lang.String getDisplayValue(BoardIssue boardIssue)
- Specified by:
 getDisplayValue in interface IssueField
 
 
getValue
public java.lang.Object getValue(BoardIssue boardIssue)
- Specified by:
 getValue in interface IssueField
 
 
getTooltipValue
public java.lang.String getTooltipValue(BoardIssue boardIssue)
- Specified by:
 getTooltipValue in interface IssueField
 
 
getDefaultDisplayValue
public java.lang.String getDefaultDisplayValue(BoardIssue boardIssue)
- Specified by:
 getDefaultDisplayValue in interface IssueField
 
 
getDefaultValue
public java.lang.Object getDefaultValue(BoardIssue boardIssue)
- Specified by:
 getDefaultValue in interface IssueField
 
 
updateValue
public void updateValue(BoardIssue boardIssue,
                        java.lang.String newValue)
                 throws GreenHopperException,
                        java.lang.Exception
- Specified by:
 updateValue in interface IssueField
 
- Throws:
 GreenHopperException
java.lang.Exception
 
getValueFromString
public java.lang.Object getValueFromString(java.lang.String values)
- Specified by:
 getValueFromString in interface IssueField- Overrides:
 getValueFromString in class AbstractTextAreaField
 
 
isCustomField
public boolean isCustomField()
- Specified by:
 isCustomField in interface IssueField- Overrides:
 isCustomField in class AbstractIssueField
 
 
doValidate
public void doValidate(BoardIssue boardIssue,
                       java.lang.String newValue)
                throws GreenHopperException
- Specified by:
 doValidate in class AbstractIssueField
 
- Throws:
 GreenHopperException
 
Copyright © 2007-2014 Atlassian. All Rights Reserved.