Part of lp.registry.browser.milestone View In Hierarchy
| Method | __init__ | See LaunchpadView. |
| Method | initial_values | Set the initial value of the search tags field. |
| Method | search_by_tags | Undocumented |
Inherited from LaunchpadFormView:
| Method | initialize | Undocumented |
| Method | render | Return the body of the response. |
| Method | extendFields | Allow subclasses to extend the form fields. |
| Method | setUpFields | Undocumented |
| Method | setUpWidgets | Set up the widgets using the view's form fields and the context. |
| Method | help_links | Dictionary mapping field names to help links. |
| Method | adapters | Provide custom adapters for use when setting up the widgets. |
| Method | action_url | Set the default action URL for the form. |
| Method | has_available_actions | Does the view have any available actions that will render? |
| Method | addError | Add a form wide error. |
| Method | getFieldError | Get the error associated with a particular field. |
| Method | setFieldError | Set the error associated with a particular field. |
| Static Method | validate_none | Do not do any validation. |
| Method | validate_widgets | Validate the named form widgets. |
| Method | error_count | Undocumented |
| Method | ajax_failure_handler | Called by the form if validate() finds any errors. |
| Method | validate | Validate the form. |
| Method | validate_cancel | Noop validation in case we cancel. |
| Method | focusedElementScript | Helper function to construct the script element content. |
| Method | isSingleLineLayout | Undocumented |
| Method | isMultiLineLayout | Undocumented |
| Method | isCheckBoxLayout | Undocumented |
| Method | showOptionalMarker | Should the (Optional) marker be shown? |
| Method | _processNotifications | Add any notification messages to the response headers. |
| Method | _abort | Abort the form edit. |
| Method | _validate | Check all widgets and perform any custom validation. |
Inherited from MilestoneViewMixin:
| Method | should_show_bugs_and_blueprints | Display the summary of bugs/blueprints for this milestone? |
| Method | page_title | Return the HTML page title. |
| Method | specifications | The list of specifications targeted to this milestone. |
| Method | bugtasks | The list of bugtasks targeted to this milestone for listing. |
| Method | bugtask_count_text | The formatted count of bugs for this milestone. |
| Method | bugtask_status_counts | A list StatusCounts summarising the targeted bugtasks. |
| Method | specification_count_text | The formatted count of specifications for this milestone. |
| Method | specification_status_counts | A list StatusCounts summarising the targeted specification. |
| Method | assignment_counts | The counts of the items assigned to users. |
| Method | user_counts | The counts of the items assigned to the currrent user. |
| Method | is_project_milestone_tag | Check, if the current milestone is a project milestone tag. |
| Method | is_project_milestone | Check, if the current milestone is a project milestone. |
| Method | has_bugs_or_specs | Does the milestone have any bugtasks and specifications? |
| Method | _bugtasks | The list of non-conjoined bugtasks targeted to this milestone. |
| Method | _bug_badge_properties | The badges for each bug associates with this milestone. |
| Method | _bug_task_tags | Undocumented |
| Method | _bug_task_people | The people associated with a set of bug tasks. |
| Method | _getListingItem | Return a decorated bugtask for the bug listing. |
Inherited from ProductDownloadFileMixin:
| Method | product | Product with all series, release and file data cached. |
| Method | deleteFiles | Delete the selected files from the set of releases. |
| Method | getReleases | Find the releases with download files for view. |
| Method | processDeleteFiles | If the 'delete_files' button was pressed, process the deletions. |
| Method | latest_release_with_download_files | Return the latest release with download files. |
| Method | has_download_files | Undocumented |
LaunchpadView.| Parameters | context | IProjectGroupMilestoneTag |
| request | ILaunchpadRequest. |