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