Uses of Class
com.helger.html.hc.html.tabular.HCColGroup
-
Packages that use HCColGroup Package Description com.helger.html.hc.html.tabular -
-
Uses of HCColGroup in com.helger.html.hc.html.tabular
Methods in com.helger.html.hc.html.tabular that return HCColGroup Modifier and Type Method Description HCColGroupHCColGroup. addColumn(IHCCol<?> aCol)Add a new column.HCColGroupHCColGroup. addColumnAt(int nIndex, IHCCol<?> aCol)Add a new column.HCColGroupHCColGroup. addColumns(IHCCol<?>... aCols)HCColGroupHCColGroup. addColumns(Iterable<? extends IHCCol<?>> aCols)HCColGroupAbstractHCBaseTable. getColGroup()HCColGroupIHCTable. getColGroup()HCColGroupHCColGroup. removeAllColumns()Remove all contained columnsHCColGroupHCColGroup. removeColumnAt(int nIndex)Remove the column at the specified index
-