Uses of Class
com.helger.html.hc.html.grouping.HCLI
-
Packages that use HCLI Package Description com.helger.html.hc.html.grouping com.helger.html.markdown -
-
Uses of HCLI in com.helger.html.hc.html.grouping
Classes in com.helger.html.hc.html.grouping with type parameters of type HCLI Modifier and Type Class Description classAbstractHCListLI<IMPLTYPE extends AbstractHCList<IMPLTYPE,HCLI>>Abstract HTML list element that usesHCLIas the item.Methods in com.helger.html.hc.html.grouping that return HCLI Modifier and Type Method Description protected HCLIAbstractHCListLI. createEmptyItem()protected HCLIAbstractHCOL. createEmptyItem()protected HCLIAbstractHCUL. createEmptyItem()protected HCLIHCMenu. createEmptyItem() -
Uses of HCLI in com.helger.html.markdown
Methods in com.helger.html.markdown that return HCLI Modifier and Type Method Description HCLIIMarkdownDecorator. openListItem(com.helger.html.markdown.MarkdownHCStack out)Called when a list item is opened.HCLIMarkdownDefaultDecorator. openListItem(com.helger.html.markdown.MarkdownHCStack out)
-