Uses of Interface
com.helger.html.hc.html.tabular.IHCTable
-
Packages that use IHCTable Package Description com.helger.html.hc.html.tabular -
-
Uses of IHCTable in com.helger.html.hc.html.tabular
Classes in com.helger.html.hc.html.tabular with type parameters of type IHCTable Modifier and Type Interface Description interfaceIHCTable<IMPLTYPE extends IHCTable<IMPLTYPE>>Base interface for HTML tablesClasses in com.helger.html.hc.html.tabular that implement IHCTable 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.classAbstractHCTable<IMPLTYPE extends AbstractHCTable<IMPLTYPE>>Represents an HTML <table> element with open semantics.classHCTableClass for representing a simple HTML <table>.
-