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
JRException
void handle(NumberTextValue textValue) throws JRException
JRException
void handle(DateTextValue textValue) throws JRException
JRException
void handle(BooleanTextValue textValue) throws JRException
JRException
Copyright © 2017. All rights reserved.