
com.viaoa.web.html.HtmlTH Maven / Gradle / Ivy
package com.viaoa.web.html;
import java.util.HashSet;
import java.util.Set;
/**
* Control and Html TH element.
*
* @author vince
*/
public class HtmlTH extends HtmlTD {
public HtmlTH() {
this(null);
}
public HtmlTH(String id) {
super(id, "th");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy