Package io.datarouter.email.html
Class J2HtmlEmailTable<T>
java.lang.Object
io.datarouter.email.html.J2HtmlEmailTable<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionj2html.tags.specialized.TableTagbuild(Collection<T> values) j2html.tags.specialized.TableTagbuild(Collection<T> values, Function<T, J2HtmlEmailTable.J2HtmlEmailTableRow<T>> rowFunction) withColumn(String name, Function<T, Object> valueFunction)
-
Constructor Details
-
J2HtmlEmailTable
public J2HtmlEmailTable()
-
-
Method Details
-
withColumn
-
withColumn
-
build
-
build
public j2html.tags.specialized.TableTag build(Collection<T> values, Function<T, J2HtmlEmailTable.J2HtmlEmailTableRow<T>> rowFunction)
-