
org.stjs.javascript.dom.TableFooter Maven / Gradle / Ivy
package org.stjs.javascript.dom;
abstract public class TableFooter extends Element {
public HTMLCollection rows;
public native void deleteRow (int arg0);
public native Element insertRow (int arg0);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy