public abstract class AbstractSelectField extends 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 and Description |
---|
AbstractSelectField(String id,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
doValidate(BoardIssue boardIssue,
String value) |
abstract LinkedList<FieldOption> |
getAllAvailableValuesForSelect(BoardIssue boardIssue) |
String |
getCreateTemplate() |
String |
getDisplayTemplate() |
String |
getEditTemplate() |
String |
getInputType() |
String |
getUpdateTemplate() |
Object |
getValueFromString(String values) |
int |
lines() |
int |
weight() |
equals, getCssType, getId, getIdAsLong, getJsonDisplayTemplate, getLabel, getLink, getTransitionTemplate, hashCode, isClickable, isCorner, isCustomField, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
canEdit, getDefaultDisplayValue, getDefaultValue, getDisplayValue, getTooltipValue, getValue, updateValue
public abstract LinkedList<FieldOption> getAllAvailableValuesForSelect(BoardIssue boardIssue)
public String getDisplayTemplate()
public String getEditTemplate()
public String getCreateTemplate()
public String getUpdateTemplate()
getUpdateTemplate
in interface IssueField
getUpdateTemplate
in class AbstractIssueField
public String getInputType()
public int lines()
public int weight()
public void doValidate(BoardIssue boardIssue, String value) throws GreenHopperException
doValidate
in class AbstractIssueField
GreenHopperException
Copyright © 2007–2015 Atlassian. All rights reserved.