ReadOnlyPrinterPropertyWrapper
class ReadOnlyPrinterPropertyWrapper(wraps: PrinterProperty) : ReadOnlyPropertyWrapper<Printer, Property<Printer>> , ReadOnlyPrinterProperty
Never use this class directly. Use PrinterProperty.asReadOnly to obtain a read-only version of a mutable PrinterProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Printer, Property<Printer>>
, we can simply use ReadOnlyPrinterPropertyWrapper
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Printer>, Printer, Printer) -> Unit): ChangeListener<Printer, ObservableValue<Printer>>
open override fun addBindChangeListener(listener: ChangeListener<Printer, ObservableValue<Printer>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard