Uses of Class
org.javlo.template.Row
-
Packages that use Row Package Description org.javlo.module.template org.javlo.template -
-
Uses of Row in org.javlo.module.template
Methods in org.javlo.module.template that return Row Modifier and Type Method Description Row
TemplateEditorContext. getRow()
-
Uses of Row in org.javlo.template
Methods in org.javlo.template that return Row Modifier and Type Method Description Row
Area. getRow()
Row
Template. getRow(String name)
Methods in org.javlo.template that return types with arguments of type Row Modifier and Type Method Description List<Row>
Template. getRows()
Methods in org.javlo.template with parameters of type Row Modifier and Type Method Description void
Area. setRow(Row row)
Method parameters in org.javlo.template with type arguments of type Row Modifier and Type Method Description static Area
Template. getArea(Collection<Row> rows, String name)
void
Template. storeRows(Collection<Row> rows)
-