com.atlassian.jira.web.component.multigrouppicker
Class GroupPickerWebComponent
java.lang.Object
com.atlassian.jira.web.component.AbstractWebComponent
com.atlassian.jira.web.component.multigrouppicker.GroupPickerWebComponent
public class GroupPickerWebComponent
- extends AbstractWebComponent
Method Summary |
static Collection<String> |
getGroupNamesToAdd(String rawGroupNames)
|
static Collection<String> |
getGroupNamesToRemove(Map params,
String paramPrefix)
|
String |
getHtml(PickerLayoutBean layoutBean,
Collection currentGroups,
boolean canEdit,
Long id,
Map startingParams)
|
String |
getHtml(PickerLayoutBean layoutBean,
Collection currentGroups,
boolean canEdit,
Long id,
Map startingParams,
I18nHelper i18n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupPickerWebComponent
public GroupPickerWebComponent()
getHtml
public String getHtml(PickerLayoutBean layoutBean,
Collection currentGroups,
boolean canEdit,
Long id,
Map startingParams)
getHtml
public String getHtml(PickerLayoutBean layoutBean,
Collection currentGroups,
boolean canEdit,
Long id,
Map startingParams,
I18nHelper i18n)
getGroupNamesToRemove
public static Collection<String> getGroupNamesToRemove(Map params,
String paramPrefix)
getGroupNamesToAdd
public static Collection<String> getGroupNamesToAdd(String rawGroupNames)
Copyright © 2002-2011 Atlassian. All Rights Reserved.