Uses of Interface
com.helger.html.hc.html.tabular.IHCCol
-
Packages that use IHCCol Package Description com.helger.html.hc.html.tabular -
-
Uses of IHCCol in com.helger.html.hc.html.tabular
Classes in com.helger.html.hc.html.tabular with type parameters of type IHCCol Modifier and Type Interface Description interfaceIHCCol<IMPLTYPE extends IHCCol<IMPLTYPE>>Base interface for a table column.Classes in com.helger.html.hc.html.tabular that implement IHCCol Modifier and Type Class Description classAbstractHCCol<IMPLTYPE extends AbstractHCCol<IMPLTYPE>>Represents an HTML <col> elementclassHCColRepresents an HTML <col> elementMethods in com.helger.html.hc.html.tabular that return IHCCol Modifier and Type Method Description IHCCol<?>HCColGroup. getColumnOfIndex(int nIndex)Get the column at the specified indexMethods in com.helger.html.hc.html.tabular that return types with arguments of type IHCCol Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IHCCol<?>>HCColGroup. getAllColumns()default com.helger.commons.collection.impl.ICommonsList<? extends IHCCol<?>>IHCTable. getAllColumns()Methods in com.helger.html.hc.html.tabular with parameters of type IHCCol Modifier and Type Method Description IMPLTYPEAbstractHCBaseTable. addColumn(IHCCol<?> aCol)HCColGroupHCColGroup. addColumn(IHCCol<?> aCol)Add a new column.IMPLTYPEIHCTable. addColumn(IHCCol<?> aCol)Add the specified column.IMPLTYPEAbstractHCBaseTable. addColumnAt(int nIndex, IHCCol<?> aCol)HCColGroupHCColGroup. addColumnAt(int nIndex, IHCCol<?> aCol)Add a new column.IMPLTYPEIHCTable. addColumnAt(int nIndex, IHCCol<?> aCol)Add the specified column at the specified index.HCColGroupHCColGroup. addColumns(IHCCol<?>... aCols)default IMPLTYPEIHCTable. addColumns(IHCCol<?> aCol)Deprecated.Use addColumn instead.default IMPLTYPEIHCTable. addColumns(IHCCol<?>... aCols)Add multiple columns at once.Method parameters in com.helger.html.hc.html.tabular with type arguments of type IHCCol Modifier and Type Method Description HCColGroupHCColGroup. addColumns(Iterable<? extends IHCCol<?>> aCols)default IMPLTYPEIHCTable. addColumns(Iterable<? extends IHCCol<?>> aCols)Add multiple columns at once.Constructors in com.helger.html.hc.html.tabular with parameters of type IHCCol Constructor Description AbstractHCTable(IHCCol<?> aCol)AbstractHCTable(IHCCol<?>... aCols)HCTable(IHCCol<?> aCol)HCTable(IHCCol<?>... aCols)Constructor parameters in com.helger.html.hc.html.tabular with type arguments of type IHCCol Constructor Description AbstractHCTable(Iterable<? extends IHCCol<?>> aCols)HCTable(Iterable<? extends IHCCol<?>> aCols)
-