org.nasdanika.html.bootstrap.impl.TableBodyImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bootstrap Show documentation
Show all versions of bootstrap Show documentation
Classes for generating Bootstrap UI.
package org.nasdanika.html.bootstrap.impl;
import org.nasdanika.html.bootstrap.BootstrapFactory;
import org.nasdanika.html.bootstrap.Table;
class TableBodyImpl extends RowContainerImpl implements Table.TableBody {
TableBodyImpl(BootstrapFactory factory, org.nasdanika.html.Table.TableBody htmlBody) {
super(factory, htmlBody);
}
}