|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.util.beans.BooleanValueConverter
A class that handles the conversion of Boolean attributes to and from their
String representation.
| Constructor Summary | |
BooleanValueConverter()
Creates a new value converter. |
|
| Method Summary | |
java.lang.String |
toAttributeValue(java.lang.Object o)
Converts the attribute to a string. |
java.lang.Object |
toPropertyValue(java.lang.String s)
Converts a string to a Boolean. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public BooleanValueConverter()
| Method Detail |
public java.lang.String toAttributeValue(java.lang.Object o)
o - the attribute (Boolean expected).Boolean value.public java.lang.Object toPropertyValue(java.lang.String s)
Boolean.s - the string.Boolean.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||