Uses of Class
org.javlo.module.core.Module.HtmlLink
-
Packages that use Module.HtmlLink Package Description org.javlo.module.core -
-
Uses of Module.HtmlLink in org.javlo.module.core
Methods in org.javlo.module.core that return Module.HtmlLink Modifier and Type Method Description Module.HtmlLink
Module. popBreadcrumb()
Methods in org.javlo.module.core that return types with arguments of type Module.HtmlLink Modifier and Type Method Description Collection<Module.HtmlLink>
Module. getBreadcrumbList()
Collection<Module.HtmlLink>
Module.HtmlLink. getChildren()
Methods in org.javlo.module.core with parameters of type Module.HtmlLink Modifier and Type Method Description int
Module.HtmlLink.SortOnLegend. compare(Module.HtmlLink o1, Module.HtmlLink o2)
void
Module. pushBreadcrumb(Module.HtmlLink link)
Method parameters in org.javlo.module.core with type arguments of type Module.HtmlLink Modifier and Type Method Description void
Module.HtmlLink. setChildren(Collection<Module.HtmlLink> children)
Constructor parameters in org.javlo.module.core with type arguments of type Module.HtmlLink Constructor Description HtmlLink(String url, String legend, String title, boolean selected, Collection<Module.HtmlLink> children)
HtmlLink(String url, String legend, String title, boolean selected, Collection<Module.HtmlLink> children, boolean readonly)
-