public abstract class AbstractTimeField extends AbstractTextField
| Modifier and Type | Field and Description |
|---|---|
static String |
TIMETRACKING |
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 |
|---|
AbstractTimeField(String id,
String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
doValidate(BoardIssue boardIssue,
String newValue) |
String |
getCreateTemplate() |
String |
getDisplayTemplate() |
String |
getEditTemplate() |
String |
getInputType() |
boolean |
isNumeric() |
void |
updateValue(BoardIssue boardIssue,
String newValue) |
getValueFromString, lines, weightequals, getCssType, getId, getIdAsLong, getJsonDisplayTemplate, getLabel, getLink, getTransitionTemplate, getUpdateTemplate, hashCode, isClickable, isCorner, isCustomField, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcanEdit, getDefaultDisplayValue, getDefaultValue, getDisplayValue, getTooltipValue, getValuepublic static final String TIMETRACKING
public String getDisplayTemplate()
getDisplayTemplate in interface IssueFieldgetDisplayTemplate in class AbstractTextFieldpublic String getEditTemplate()
getEditTemplate in interface IssueFieldgetEditTemplate in class AbstractTextFieldpublic String getCreateTemplate()
getCreateTemplate in interface IssueFieldgetCreateTemplate in class AbstractTextFieldpublic String getInputType()
getInputType in interface IssueFieldgetInputType in class AbstractTextFieldpublic void updateValue(BoardIssue boardIssue, String newValue) throws GreenHopperException, Exception
GreenHopperExceptionExceptionpublic void doValidate(BoardIssue boardIssue, String newValue) throws GreenHopperException
doValidate in class AbstractIssueFieldGreenHopperExceptionpublic boolean isNumeric()
Copyright © 2007–2015 Atlassian. All rights reserved.