com.atlassian.jira.web.util
Interface SubTaskQuickCreationConfig

All Known Implementing Classes:
SubTaskQuickCreationConfigImpl

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.
 Collection getFieldIds()
          Same as getDisplayFieldIds(), only all the emty strings are stripped out of the retuned collection.
 String getPreset(String fieldId)
           
 Collection getPresetFieldIds()
           
 String getVelocityTemplate()
           
 

Method Detail

getDisplayFieldIds

public Collection getDisplayFieldIds()
Returns a collection of field ids taht shodu be shown on the sub task quick creation form. The collection uses empty strings to denote taht an empty cell should be shown instead of a field. See IssueFieldConstants for possible field ids.


getFieldIds

public Collection getFieldIds()
Same as getDisplayFieldIds(), only all the emty strings are stripped out of the retuned collection. This method is used by validation code.


getPresetFieldIds

public Collection getPresetFieldIds()

getPreset

public String getPreset(String fieldId)

getVelocityTemplate

public String getVelocityTemplate()


Copyright © 2002-2006 Atlassian. All Rights Reserved.