![JAR search and dependency download from the Maven repository](/logo.png)
no.tornado.web.html.Tbody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web Show documentation
Show all versions of web Show documentation
A modern HTML5 Full Stack Web Framework that leverages Java 8 features for expressiveness and beautiful syntax.
The newest version!
package no.tornado.web.html;
/**
* Tbody class.
*
* @author edvin
* @version $Id: $Id
*/
public class Tbody extends Element {
/**
* Constructor for Tbody.
*
* @param children a {@link java.lang.Object} object.
*/
public Tbody(Object... children) {
super("tbody", children);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy