Class BooleanBooleanTranslator
java.lang.Object
org.tentackle.fx.translate.AbstractValueTranslator<Boolean,Boolean>
org.tentackle.fx.translate.IdentityTranslator<Boolean>
org.tentackle.fx.translate.BooleanBooleanTranslator
- All Implemented Interfaces:
ValueTranslator<Boolean,Boolean>
@ValueTranslatorService(modelClass=Boolean.class,
viewClass=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 IdentityTranslator
toModelFunction, toViewFunctionMethods inherited from class AbstractValueTranslator
getComponent, isLenient, isMappingIncomplete, isModelModified, saveModelValue, setLenientMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ValueTranslator
bindingPropertiesUpdated, needsToModelTwice, toModel, toView
-
Constructor Details
-
BooleanBooleanTranslator
Creates the dummy translator.- Parameters:
component- the component
-