Uses of Class
com.helger.html.hc.html.tabular.AbstractHCBaseTable
-
Packages that use AbstractHCBaseTable Package Description com.helger.html.hc.html.tabular -
-
Uses of AbstractHCBaseTable in com.helger.html.hc.html.tabular
Classes in com.helger.html.hc.html.tabular with type parameters of type AbstractHCBaseTable Modifier and Type Class Description classAbstractHCBaseTable<IMPLTYPE extends AbstractHCBaseTable<IMPLTYPE>>This is the common base class for regular HC tables as well as for more complex constructs (e.g.Subclasses of AbstractHCBaseTable in com.helger.html.hc.html.tabular Modifier and Type Class Description classAbstractHCTable<IMPLTYPE extends AbstractHCTable<IMPLTYPE>>Represents an HTML <table> element with open semantics.classHCTableClass for representing a simple HTML <table>.
-