Uses of Interface
net.sf.jasperreports.engine.export.data.TextValueHandler
-
Packages that use TextValueHandler Package Description net.sf.jasperreports.engine.export.data Contains classes for handling data types at export time. -
-
Uses of TextValueHandler in net.sf.jasperreports.engine.export.data
Methods in net.sf.jasperreports.engine.export.data with parameters of type TextValueHandler Modifier and Type Method Description voidBooleanTextValue. handle(TextValueHandler handler)voidDateTextValue. handle(TextValueHandler handler)voidNumberTextValue. handle(TextValueHandler handler)voidStringTextValue. handle(TextValueHandler handler)abstract voidTextValue. handle(TextValueHandler handler)
-