pdfPDF
docxDOC
xlsxXLS
xmlXML
csvCSV
txtTXT
jpgJPG
pngPNG
heicHEIC
svgSVG
zipZIP
emlEML
unknownUnknown
Table with different sizes
Sizej:svgjp:iconjtp:symbolizer
12
18
24
36
Test

Symbolizer

The jtp:smbolizer is able to show the related graphic for every class which is implementing EjbWithGraphic<G>

				xmlns:ui="http://java.sun.com/jsf/facelets"
				xmlns:p="http://primefaces.org/ui"
				xmlns:j="http://www.jeesl.org/jsf"
				xmlns:jp="http://jsf.jeesl.org/prototype"
				xmlns:jtp="http://jsf.jeesl.org/prototype/tag">
	<p:dataTable styleClass="jeesl-datatable"
			var="t" value="#{iconSymbolizerBean.types}" rowIndexVar="index">
		<p:column>
			<f:facet name="header"><jtp:label entity="IoFileType" code="code"/></f:facet>
			<h:outputText value="#{t.code}"/>
		</p:column>
		<p:column styleClass="jeeslCenter">
			<f:facet name="header"><jtp:label entity="IoFileType" code="name"/></f:facet>
			<h:outputText value="#{t.name[localeCode].lang}"/>
		</p:column>