Part of lp.code.browser.codereviewcomment View In Hierarchy
The CodeReviewComment itself does not implement the IComment interface as this is purely a display interface, and doesn't make sense to have display only code in the model itself.
| Method | __init__ | Undocumented |
| Method | index | Undocumented |
| Method | extra_css_class | Undocumented |
| Method | previewdiff_id | Undocumented |
| Method | body_text | Get the body text for the message. |
| Method | all_attachments | Undocumented |
| Method | display_attachments | Undocumented |
| Method | other_attachments | Undocumented |
| Method | download_url | Undocumented |
| Method | show_spam_controls | Undocumented |
Inherited from MessageComment:
| Method | comment_author | The author of the comment. |
| Method | has_body | Is there body text? |
| Method | comment_date | The date of the comment. |
| Method | too_long | Undocumented |
| Method | too_long_to_render | Undocumented |
| Method | text_for_display | Undocumented |