org.tentackle.print
Interface PrintComponent

All Known Implementing Classes:
BMoneyPrintLabel, DatePrintLabel, DoublePrintLabel, LongPrintLabel, NumberPrintLabel, PrintLabel, PrintTextArea

public interface PrintComponent

Generic printable component.
All printable beans must implement this interface.

Author:
harald

Method Summary
 Object getPrintValue()
          Gets the value to be printed
 void setPrintValue(Object value)
          Sets the value to be printed
 

Method Detail

setPrintValue

void setPrintValue(Object value)
Sets the value to be printed

Parameters:
value - the value object

getPrintValue

Object getPrintValue()
Gets the value to be printed

Returns:
the value object


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de