Class ViewComponents
java.lang.Object
pl.matsuo.core.util.desktop.component.ViewComponents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringloadResource(Class<?> clazz, String path) j2html.tags.DomContentmaybeShowAlert(IRequest request, String param, AlertType type) j2html.tags.ContainerTagpageTemplate(String title, j2html.tags.DomContent... bodyContent) j2html.tags.DomContentrowCol(j2html.tags.DomContent... content) <E> j2html.tags.DomContenttable(j2html.tags.DomContent headerRow, List<E> rows, Function<? super E, j2html.tags.DomContent> mapper)
-
Constructor Details
-
ViewComponents
-
-
Method Details
-
loadResource
-
pageTemplate
-
rowCol
public j2html.tags.DomContent rowCol(j2html.tags.DomContent... content) -
table
-
maybeShowAlert
-