Uses of Class
org.javlo.utils.HtmlPart
-
Packages that use HtmlPart Package Description org.javlo.component.links org.javlo.data org.javlo.navigation -
-
Uses of HtmlPart in org.javlo.component.links
Methods in org.javlo.component.links that return HtmlPart Modifier and Type Method Description HtmlPart
ChildrenLink.ChildLinkBean. getDescription()
-
Uses of HtmlPart in org.javlo.data
Methods in org.javlo.data that return HtmlPart Modifier and Type Method Description HtmlPart
InfoBean. getPageDescription()
-
Uses of HtmlPart in org.javlo.navigation
Methods in org.javlo.navigation that return HtmlPart Modifier and Type Method Description HtmlPart
MenuElement. getDescription(ContentContext ctx)
get description of the page (description component)HtmlPart
MenuElement.SmartPageDescription. getDescription()
HtmlPart
PageBean. getDescription()
HtmlPart
PageDescription. getDescription()
Methods in org.javlo.navigation with parameters of type HtmlPart Modifier and Type Method Description void
PageDescription. setDescription(HtmlPart description)
-