java.lang.Object
org.tentackle.fx.translate.AbstractValueTranslator<T,T>
org.tentackle.fx.translate.IdentityTranslator<char[]>
org.tentackle.fx.translate.CharArrayCharArrayTranslator
- All Implemented Interfaces:
ValueTranslator<char[],char[]>
@ValueTranslatorService(modelClass=char[][].class,
viewClass=char[][].class)
public class CharArrayCharArrayTranslator
extends IdentityTranslator<char[]>
Identity CharArray translator.
- Author:
- harald
-
Constructor Summary
ConstructorsConstructorDescriptionCharArrayCharArrayTranslator(FxComponent component) Creates an enum translator. -
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
-
CharArrayCharArrayTranslator
Creates an enum translator.- Parameters:
component- the component
-