Class MaskTextFieldBuilder
java.lang.Object
java.util.AbstractMap<String,Object>
org.tentackle.reflect.PropertyMap<atlantafx.base.controls.MaskTextField>
org.tentackle.fx.AbstractBuilder<atlantafx.base.controls.MaskTextField>
org.tentackle.fx.atlanta.component.build.MaskTextFieldBuilder
- All Implemented Interfaces:
Map<String,Object>, javafx.util.Builder<atlantafx.base.controls.MaskTextField>
@BuilderService(atlantafx.base.controls.MaskTextField.class)
public class MaskTextFieldBuilder
extends org.tentackle.fx.AbstractBuilder<atlantafx.base.controls.MaskTextField>
Builder to create a MaskTextField.
- Author:
- harald
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.AbstractBuilder
build, createMapping, getMethods inherited from class org.tentackle.reflect.PropertyMap
containsKey, entrySet, equals, getBean, getBeanType, getMapping, hashCode, put, removeMethods inherited from class AbstractMap
clear, clone, containsValue, isEmpty, keySet, putAll, size, toString, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MaskTextFieldBuilder
public MaskTextFieldBuilder()Creates the builder.
-