com.atlassian.bitbucket.ui.PluginFormFragments |
Collates a collection of enabled ContextualFormFragment
s plugin modules defined for a particular form.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Execute all of the
ContextualFormFragment s defined for this form. | |||||||||||
Validate all
ContextualFormFragment s defined for this form. |
Execute all of the ContextualFormFragment
s defined for this form.
requestParams | getParameterMap() of the currently executing
POST form submission |
---|
requestParams | getParameterMap() of the currently executing
POST form submission |
---|---|
fieldErrors | a Map of String field names to sets of String error messages. |
ContextualFormFragment
s for this form when a validation error has
occurred. ContextualFormFragment
s defined for this form.Validate all ContextualFormFragment
s defined for this form.
requestParams | getParameterMap() of the currently executing
POST form submission |
---|---|
errors | the ValidationErrors object to be populated by any registered ContextualFormFragment s |