public class ModuleWebComponentFieldsImpl extends Object implements ModuleWebComponentFields
ModuleWebComponentFields.SectionsAndLinks
RENDER_PARAM_CONTAINER_CLASS, RENDER_PARAM_HEADLESS, RENDER_PARAM_PREFIX
Constructor and Description |
---|
ModuleWebComponentFieldsImpl(SimpleLinkManager simpleLinkManager,
com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) |
Modifier and Type | Method and Description |
---|---|
List<ModuleWebComponentFields.SectionsAndLinks> |
getDropdownSections(String key,
ApplicationUser user,
JiraHelper helper)
Returns dropdown sections and links for the given module
|
List<SimpleLink> |
getHeaderItems(String key,
ApplicationUser user,
JiraHelper helper)
Returns header links for the given module
|
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> |
getPanels(String key,
Map<String,Object> params)
Returns panel descriptors for given module
|
public ModuleWebComponentFieldsImpl(SimpleLinkManager simpleLinkManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
public List<SimpleLink> getHeaderItems(String key, ApplicationUser user, JiraHelper helper)
ModuleWebComponentFields
getHeaderItems
in interface ModuleWebComponentFields
key
- module descriptor keyuser
- current userhelper
- The context under which the list is being generatedpublic List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getPanels(String key, Map<String,Object> params)
ModuleWebComponentFields
getPanels
in interface ModuleWebComponentFields
key
- module descriptor keyparams
- The params to pass to the renderpublic List<ModuleWebComponentFields.SectionsAndLinks> getDropdownSections(String key, ApplicationUser user, JiraHelper helper)
ModuleWebComponentFields
getDropdownSections
in interface ModuleWebComponentFields
key
- module descriptor keyuser
- current userhelper
- The context under which the list is being generatedCopyright © 2002-2015 Atlassian. All Rights Reserved.