* Performs view of given content. * @protected * @param {string} content * @return {void|Promise} Resolves when completed.
(content)
| 36 | * @return {void|Promise} Resolves when completed. |
| 37 | */ |
| 38 | async performView (content) { |
| 39 | this.getView().setText(content.getString()) |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Triggered when the text has been changed inside the view. |