l.b.b.w.b.BugTagsFrozenSetWidget(BugTagsWidget) : class documentation

Part of lp.bugs.browser.widgets.bug View In Hierarchy

A widget for editing bug tags in a 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.
def _tagsFromFieldValue(self, tags):
Order the tags for display.

The field value is assumed to be unordered.

def _tagsToFieldValue(self, tags):
Return a frozenset of tags.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.