All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gwt.react.client.events.FocusEvent Maven / Gradle / Ivy

package gwt.react.client.events;

import com.google.gwt.dom.client.EventTarget;
import jsinterop.annotations.JsType;

@JsType(isNative = true)
public class FocusEvent extends SyntheticEvent {
    public EventTarget relatedTarget;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy