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