* Whether the element needs to be reconstructed after it has been * re-parented. Many elements cannot survive fully the reparenting and * are better to be reconstructed from scratch. * * @return {boolean} * @package @final
()
| 1766 | * @package @final |
| 1767 | */ |
| 1768 | reconstructWhenReparented() { |
| 1769 | return this.impl_ ? this.impl_.reconstructWhenReparented() : false; |
| 1770 | } |
| 1771 | |
| 1772 | /** |
| 1773 | * Collapses the element, and notifies its owner (if there is one) that the |