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

org.stjs.javascript.jquery.plugins.JQueryUI Maven / Gradle / Ivy

package org.stjs.javascript.jquery.plugins;

import org.stjs.javascript.annotation.SyntheticType;
import org.stjs.javascript.jquery.JQueryCore;

@SyntheticType
public interface JQueryUI> {
	 FullJQuery bind(String path, UIEventHandler uiEventHandler);

	void enableSelection();

	void disableSelection();

	void scrollParent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy