Uses of Interface
org.tentackle.fx.ValueTranslator
Packages that use ValueTranslator
Package
Description
Extended FX layer.
Extended FX components.
Delegates implementing tentackle features for FX components.
FX value translators.
-
Uses of ValueTranslator in org.tentackle.fx
Methods in org.tentackle.fx that return ValueTranslatorModifier and TypeMethodDescription<M,V> ValueTranslator<V, M> DefaultFxFactory.createValueTranslator(Class<M> modelClass, Class<V> viewClass, FxComponent component) <M,V> ValueTranslator<V, M> FxFactory.createValueTranslator(Class<M> modelClass, Class<V> viewClass, FxComponent component) Creates a value translator.protected ValueTranslator<?,?> FxTextComponentDelegate.createValueTranslator(Class<?> type) ValueTranslator<?,?> FxComponent.getValueTranslator()Gets the value translator.ValueTranslator<?,?> FxComponentDelegate.getValueTranslator()Methods in org.tentackle.fx with parameters of type ValueTranslatorModifier and TypeMethodDescriptionvoidFxComponent.setValueTranslator(ValueTranslator<?, ?> valueTranslator) Sets a value translator.voidFxComponentDelegate.setValueTranslator(ValueTranslator<?, ?> valueTranslator) -
Uses of ValueTranslator in org.tentackle.fx.component
Methods in org.tentackle.fx.component that return ValueTranslatorModifier and TypeMethodDescriptionValueTranslator<?,?> FxCheckBox.getValueTranslator()ValueTranslator<?,?> FxChoiceBox.getValueTranslator()ValueTranslator<?,?> FxColorPicker.getValueTranslator()ValueTranslator<?,?> FxComboBox.getValueTranslator()ValueTranslator<?,?> FxDatePicker.getValueTranslator()ValueTranslator<?,?> FxHTMLEditor.getValueTranslator()ValueTranslator<?,?> FxListView.getValueTranslator()ValueTranslator<?,?> FxPasswordField.getValueTranslator()ValueTranslator<?,?> FxRadioButton.getValueTranslator()ValueTranslator<?,?> FxTableView.getValueTranslator()ValueTranslator<?,?> FxTextArea.getValueTranslator()ValueTranslator<?,?> FxTextField.getValueTranslator()ValueTranslator<?,?> FxToggleButton.getValueTranslator()ValueTranslator<?,?> FxTreeTableView.getValueTranslator()ValueTranslator<?,?> FxTreeView.getValueTranslator()Methods in org.tentackle.fx.component with parameters of type ValueTranslatorModifier and TypeMethodDescriptionvoidFxCheckBox.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxChoiceBox.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxColorPicker.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxComboBox.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxDatePicker.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxHTMLEditor.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxListView.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxPasswordField.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxRadioButton.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxTableView.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxTextArea.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxTextField.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxToggleButton.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxTreeTableView.setValueTranslator(ValueTranslator<?, ?> valueTranslator) voidFxTreeView.setValueTranslator(ValueTranslator<?, ?> valueTranslator) -
Uses of ValueTranslator in org.tentackle.fx.component.delegate
Methods in org.tentackle.fx.component.delegate that return ValueTranslatorModifier and TypeMethodDescriptionprotected ValueTranslator<?,?> FxPasswordFieldDelegate.createValueTranslator(Class<?> type) -
Uses of ValueTranslator in org.tentackle.fx.translate
Classes in org.tentackle.fx.translate that implement ValueTranslatorModifier and TypeClassDescriptionclassBase class of a value translator.classBMoney translator.classBoolean translator.classByte translator.classIdentity CharArray translator.classCollectionTreeItemTranslator<T,C extends Collection<T>> PDO to TreeItem translator forFxTreeViewandFxTreeTableView.
Used if the model provides a collection.classA color/color identity translator.classclassDouble translator.classIdentity enum translator.classEnumStringTranslator<T extends Enum<T>>Abstract base class for enum translators.classFloat translator.classFractionNumberStringTranslator<M extends Number>Abstract base class for fraction number translators.classI18NTexttranslator.classThe identity translator base class.classTranslator forInstant.classInteger translator.classTranslator forLocalDate.classTranslator forLocalDateTime.classTranslator forLocalTime.classLong translator.classNumberStringTranslator<M extends Number>Abstract base class for number translators.classObservableListTranslator<T,C extends List<T>> List translator.
Used for components maintaining a list of elements, such as a table.classTranslator forOffsetDateTime.classTranslator forOffsetTime.classShort translator.classA string/color translator.
Useful for color pickers bound to a string in the model.classIdentity string translator.classTemporalStringTranslator<T extends Temporal>String translator for date- and/or time types based onTemporal.classclassclassTreeItem translator forFxTreeViewandFxTreeTableView.classA value translator for text components.classTranslator forZonedDateTime.