Part of lp.bugs.browser.widgets.bug View In Hierarchy
FrozenSet
field.Method | _tagsFromFieldValue | Order the tags for display. |
Method | _tagsToFieldValue | Return a frozenset of tags. |
Inherited from BugTagsWidget:
Method | __init__ | Undocumented |
Method | __call__ | Return the input with a script. |
Method | official_tags_js | Return the JavaScript of bug tags used by the bug tag completer. |
Method | _getInputValue | Undocumented |
Inherited from BugTagsWidgetBase (via BugTagsWidget):
Method | getInputValue | Undocumented |
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. |
The field value is assumed to be unordered.