public interface TextValueHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(BooleanTextValue textValue) |
void |
handle(DateTextValue textValue) |
void |
handle(NumberTextValue textValue) |
void |
handle(StringTextValue textValue) |
void handle(StringTextValue textValue) throws JRException
JRExceptionvoid handle(NumberTextValue textValue) throws JRException
JRExceptionvoid handle(DateTextValue textValue) throws JRException
JRExceptionvoid handle(BooleanTextValue textValue) throws JRException
JRExceptionCopyright © 2017. All rights reserved.