Class PdoTypeStringTranslator
@ValueTranslatorService(modelClass=PdoType.class,
viewClass=java.lang.String.class)
public class PdoTypeStringTranslator
extends org.tentackle.fx.translate.ValueStringTranslator<PdoType>
Translator for PdoType.
Implements camel-case keyboard navigation for entity names in comboboxes.
Implements camel-case keyboard navigation for entity names in comboboxes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPdoTypeStringTranslator(org.tentackle.fx.FxTextComponent component) Creates a translator. -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class org.tentackle.fx.translate.ValueStringTranslator
getComponent, getValidChars, toModelMethods inherited from class org.tentackle.fx.translate.AbstractValueTranslator
isLenient, setLenientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tentackle.fx.ValueTranslator
needsToModelTwice, toView
-
Field Details
-
ROOT_ONLY
only root entities.- See Also:
-
PROFILE
wizard profile.- See Also:
-
-
Constructor Details
-
PdoTypeStringTranslator
public PdoTypeStringTranslator(org.tentackle.fx.FxTextComponent component) Creates a translator.- Parameters:
component- the text component
-
-
Method Details
-
toViewFunction
-
toModelFunction
-
bindingPropertiesUpdated
public void bindingPropertiesUpdated()
-