Uses of Class
com.amalgamasimulation.desktop.binding.widgets.TextDataBinding
Packages that use TextDataBinding
Package
Description
-
Uses of TextDataBinding in com.amalgamasimulation.desktop.binding.widgets
Methods in com.amalgamasimulation.desktop.binding.widgets that return TextDataBindingModifier and TypeMethodDescriptionSets the handler function that processes new values from text input.TextDataBinding.valueExtractor(Supplier<V> valueExtractor) Sets the value extractor function that provides the current model value. -
Uses of TextDataBinding in com.amalgamasimulation.desktop.ui.editor.builders.custom
Method parameters in com.amalgamasimulation.desktop.ui.editor.builders.custom with type arguments of type TextDataBindingModifier and TypeMethodDescriptionstatic <V1> TextBuilder.ValidationStrategyBuilder<V1> TextBuilder.Builder.create(Supplier<V1> valueExtractor, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<TextDataBinding<V1>, TextProperties> createAction)