|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubTaskQuickCreationConfig
Used to provide the SubTaskQuickCreationWebComponent with configuration parameters.
For example, what fields should be displayed
| Method Summary | |
|---|---|
Collection |
getDisplayFieldIds()
Returns a collection of field ids taht shodu be shown on the sub task quick creation form. |
String |
getFieldI18nLabelKey(String fieldId)
Returns the i18n key for the given field id if such label for such field was defined, otherwise null. |
Collection |
getFieldIds()
Same as getDisplayFieldIds(), only all the emty strings are stripped out of the returned collection. |
String |
getPreset(String fieldId)
Returns the default field value |
Collection |
getPresetFieldIds()
Returns a collection of field ids that have default values. |
String |
getVelocityTemplate()
Returns the path to the template. |
| Method Detail |
|---|
Collection getDisplayFieldIds()
IssueFieldConstants for possible field ids.
Collection getFieldIds()
getDisplayFieldIds(), only all the emty strings are stripped out of the returned collection.
This method is used by validation code.
Collection getPresetFieldIds()
String getPreset(String fieldId)
fieldId - field id
String getVelocityTemplate()
APKeys.JIRA_SUBTASK_QUICKCREATE_TEMPLATEString getFieldI18nLabelKey(String fieldId)
fieldId - field id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||