Package de.f0rce.ace.events
Class AceValueChanged
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AceEditor>
de.f0rce.ace.events.AceValueChanged
- All Implemented Interfaces:
 java.io.Serializable
public class AceValueChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor>
- Author:
 - David "F0rce" Dodlek
 - See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description AceValueChanged(AceEditor source, boolean fromClient, java.lang.String value) - 
Method Summary
Modifier and Type Method Description java.lang.StringgetValue()Returns the current value of the editor. 
- 
Constructor Details
 - 
Method Details
- 
getValue
public java.lang.String getValue()Returns the current value of the editor.- Returns:
 String
 
 -