Class SpeakerButton

java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.vaadin.SpeakerButton
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

@Tag("span") public class SpeakerButton extends com.vaadin.flow.component.Component
A button that can be used to toggle "speak" option of the Application. Clicking this button enables/disables the "speak" option. Once "speak" option is enabled, Application.speak(String) and ExecutableView.speak(String) methods can be used to do "text to speech".
Author:
Syam
See Also: