com.pyxis.greenhopper.jira.fields
Class AbstractTextField
java.lang.Object
com.pyxis.greenhopper.jira.fields.AbstractIssueField
com.pyxis.greenhopper.jira.fields.AbstractTextField
- All Implemented Interfaces:
- IssueField, IssueTextField
- Direct Known Subclasses:
- AbstractReadOnlyField, AbstractTimeField, CustomFieldText, LabelField, OriginalEstimate
public abstract class AbstractTextField
- extends AbstractIssueField
- implements IssueTextField
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 |
doValidate, equals, getCssType, getId, getIdAsLong, getJsonDisplayTemplate, getLabel, getLink, getTransitionTemplate, getUpdateTemplate, hashCode, isClickable, isCorner, isCustomField, validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AbstractTextField
public AbstractTextField(java.lang.String id,
java.lang.String label)
AbstractTextField
public AbstractTextField(java.lang.String id,
java.lang.Long longId,
java.lang.String label)
getDisplayTemplate
public java.lang.String getDisplayTemplate()
- Specified by:
getDisplayTemplate
in interface IssueField
getEditTemplate
public java.lang.String getEditTemplate()
- Specified by:
getEditTemplate
in interface IssueField
getCreateTemplate
public java.lang.String getCreateTemplate()
- Specified by:
getCreateTemplate
in interface IssueField
getInputType
public java.lang.String getInputType()
- Specified by:
getInputType
in interface IssueField
getValueFromString
public java.lang.Object getValueFromString(java.lang.String values)
- Specified by:
getValueFromString
in interface IssueField
lines
public int lines()
- Specified by:
lines
in interface IssueField
weight
public int weight()
- Specified by:
weight
in interface IssueField
Copyright © 2007-2014 Atlassian. All Rights Reserved.