- All Implemented Interfaces:
ValueTranslator<Enum,
Enum>
@ValueTranslatorService(modelClass=java.lang.Enum.class,
viewClass=java.lang.Enum.class)
public class EnumEnumTranslator
extends IdentityTranslator<Enum>
Identity enum translator.
- Author:
- harald
-
Constructor Summary
-
Method Summary
Methods inherited from class org.tentackle.fx.translate.IdentityTranslator
toModelFunction, toViewFunction
Methods inherited from class org.tentackle.fx.translate.AbstractValueTranslator
getComponent, isLenient, isMappingIncomplete, isModelModified, saveModelValue, setLenient
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.tentackle.fx.ValueTranslator
bindingPropertiesUpdated, needsToModelTwice, toModel, toView
-
Constructor Details
-
EnumEnumTranslator
Creates an enum translator.- Parameters:
component
- the component
-