Uses of Class
org.javlo.template.TemplatePart
-
Packages that use TemplatePart Package Description org.javlo.template -
-
Uses of TemplatePart in org.javlo.template
Subclasses of TemplatePart in org.javlo.template Modifier and Type Class Description class
Area
class
Row
class
TemplateStyle
Methods in org.javlo.template that return TemplatePart Modifier and Type Method Description protected TemplatePart
Area. getParent()
protected TemplatePart
Row. getParent()
protected TemplatePart
TemplatePart. getParent()
get the parent in the html structure (sp. parent of area if row).Methods in org.javlo.template with parameters of type TemplatePart Modifier and Type Method Description int
TemplatePart.SortByName. compare(TemplatePart o1, TemplatePart o2)
int
TemplatePart.SortByPriority. compare(TemplatePart o1, TemplatePart o2)
protected void
Template. loadTemplatePart(TemplatePart part, String prefix)
protected void
Template. saveTemplatePart(TemplatePart part, String prefix)
void
TemplatePart. setEmptyField(TemplatePart part)
set value of part in empty field, stay not empty field unmodified.
-