Part of lp.bugs.browser.widgets.bug View In Hierarchy
Known subclasses: lp.bugs.browser.widgets.bug.BugTagsWidget, lp.bugs.browser.widgets.bug.LargeBugTagsWidget
| Method | getInputValue | Undocumented |
| Method | _tagsFromFieldValue | Package up the tags for display. |
| Method | _tagsToFieldValue | Package up the tags for the field. |
| Method | _toFormValue | Convert a list of strings to a single, space separated, string. |
| Method | _toFieldValue | Convert a space separated string to a list of strings. |
| Method | _getInputValue | Undocumented |
Override this to provide custom ordering for example.
| Returns | None if there are no tags, else an iterable of tags. | |
| Parameters | tags | None if the submitted data was missing, otherwise an
iterable of tags. |