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