Class CompositionEvent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class CompositionEvent
    extends UIEvent
    A JavaScript object for CompositionEvent.
    See Also:
    Serialized Form
    • Field Detail

      • data_

        private java.lang.String data_
    • Constructor Detail

      • CompositionEvent

        public CompositionEvent()
        Default constructor.
    • Method Detail

      • jsConstructor

        public void jsConstructor​(java.lang.String type,
                                  org.htmlunit.corejs.javascript.ScriptableObject details)
        JavaScript constructor.
        Overrides:
        jsConstructor in class UIEvent
        Parameters:
        type - the event type
        details - the event details (optional)
      • getData

        public java.lang.String getData()
        Returns:
        the data
      • setData

        public void setData​(java.lang.String data)
        Parameters:
        data - the data