(image)
| 413 | return this; |
| 414 | } |
| 415 | backgroundImage(image) { |
| 416 | this.widget.backgroundImage = image; |
| 417 | return this; |
| 418 | } |
| 419 | refreshAfterDate(date) { |
| 420 | this.widget.refreshAfterDate = date; |
| 421 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected