Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc.translate
Interface PdoTranslator<T extends PersistentDomainObject<T>,V>
- Type Parameters:
T- the PDO's typeV- the view's type
- All Superinterfaces:
ValueTranslator<T,V>
- All Known Implementing Classes:
PdoStringTranslator
A translator for PDOs.
-
Method Summary
Methods inherited from interface org.tentackle.fx.ValueTranslator
bindingPropertiesUpdated, getComponent, isLenient, isMappingIncomplete, isModelModified, needsToModelTwice, saveModelValue, toModel, toModelFunction, toView, toViewFunction
-
Method Details
-
getPdoAddon
PdoComponentAddon<T> getPdoAddon()Gets the PDO addon.- Returns:
- the addon
-