Uses of Class
org.tentackle.fx.rdc.translate.PdoComponentAddon
-
Packages that use PdoComponentAddon Package Description org.tentackle.fx.rdc.component.delegate org.tentackle.fx.rdc.translate Predefined PDO value translators. -
-
Uses of PdoComponentAddon in org.tentackle.fx.rdc.component.delegate
Methods in org.tentackle.fx.rdc.component.delegate that return PdoComponentAddon Modifier and Type Method Description protected PdoComponentAddonRdcChoiceBoxDelegate. createPdoAddon()Creates the PDO style implementation.PdoComponentAddonRdcChoiceBoxDelegate. getPdoAddon()Gets the PDO addon.Methods in org.tentackle.fx.rdc.component.delegate with parameters of type PdoComponentAddon Modifier and Type Method Description voidRdcChoiceBoxDelegate. setPdoAddon(PdoComponentAddon pdoAddon)Sets the PDO addon. -
Uses of PdoComponentAddon in org.tentackle.fx.rdc.translate
Methods in org.tentackle.fx.rdc.translate that return PdoComponentAddon Modifier and Type Method Description protected PdoComponentAddon<T>PdoStringTranslator. createPdoAddon()Creates the PDO style implementation.PdoComponentAddon<T>PdoStringTranslator. getPdoAddon()Gets the PDO addon.Methods in org.tentackle.fx.rdc.translate with parameters of type PdoComponentAddon Modifier and Type Method Description voidPdoStringTranslator. setPdoAddon(PdoComponentAddon<T> pdoAddon)Sets the PDO addon.
-