()
| 657 | } |
| 658 | |
| 659 | getDefaultTooltip() { |
| 660 | if (!getEnableDefaultTooltips()) { |
| 661 | return; |
| 662 | } |
| 663 | |
| 664 | return getIconAccessibleName(this.icon); |
| 665 | } |
| 666 | |
| 667 | get buttonTypeText() { |
| 668 | return Button.i18nBundle.getText(Button.typeTextMappings()[this.design]); |
no test coverage detected