Class ViewComponents
java.lang.Object
pl.matsuo.core.util.desktop.component.ViewComponents
public class ViewComponents extends Object
-
Constructor Summary
Constructors Constructor Description ViewComponents(String additionalCss) -
Method Summary
Modifier and Type Method Description static 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
-