- 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
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.translate.IdentityTranslator
toModelFunction, toViewFunctionMethods inherited from class org.tentackle.fx.translate.AbstractValueTranslator
getComponent, isLenient, isMappingIncomplete, isModelModified, saveModelValue, 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
bindingPropertiesUpdated, needsToModelTwice, toModel, toView
-
Constructor Details
-
EnumEnumTranslator
Creates an enum translator.- Parameters:
component- the component
-