com.atlassian.bitbucket.ui.PluginFormFragmentsFactory |
Factory for PluginFormFragments
. Use to get a PluginFormFragments
for a particular form.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks if any form fragment is associated with a form key.
| |||||||||||
Gets the form fragments associated with a form key.
|
Checks if any form fragment is associated with a form key.
formKey | the key of the form to check for associated form fragments. For example "bitbucket.internal.page.admin.serversettings.serversettings" for the Server Settings administration page. |
---|
true
if any form fragment is associated with the key
Gets the form fragments associated with a form key.
formKey | the key of the form to retrieve ContextualFormFragment s for. For example
"bitbucket.admin.serversettings" for the Server Settings administration page. |
---|---|
context | map with contextual objects |
PluginFormFragments
collating all ContextualFormFragment
s
registered for the specified key.