java.lang.Object
org.tentackle.fx.translate.AbstractValueTranslator<T,T>
org.tentackle.fx.translate.IdentityTranslator<Boolean>
org.tentackle.fx.translate.BooleanBooleanTranslator
- All Implemented Interfaces:
ValueTranslator<Boolean,Boolean>
@ValueTranslatorService(modelClass=java.lang.Boolean.class,
viewClass=java.lang.Boolean.class)
public class BooleanBooleanTranslator
extends IdentityTranslator<Boolean>
Boolean translator.
- Author:
- harald
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanBooleanTranslator(FxComponent component) Creates the dummy 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
-
BooleanBooleanTranslator
Creates the dummy translator.- Parameters:
component- the component
-