Class RdcChoiceBoxBuilder

  • All Implemented Interfaces:
    java.util.Map<java.lang.String,​java.lang.Object>, javafx.util.Builder<javafx.scene.control.ChoiceBox<?>>

    @BuilderService(javafx.scene.control.ChoiceBox.class)
    public class RdcChoiceBoxBuilder
    extends org.tentackle.fx.AbstractBuilder<javafx.scene.control.ChoiceBox<?>>
    Builder to create a ChoiceBox.
    Author:
    harald
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      RdcChoiceBoxBuilder()
      Creates the builder.
    • Method Summary

      • Methods inherited from class org.tentackle.fx.AbstractBuilder

        build, get
      • Methods inherited from class org.tentackle.reflect.PropertyMap

        containsKey, entrySet, equals, getBean, getBeanType, hashCode, put, remove
      • Methods inherited from class java.util.AbstractMap

        clear, clone, containsValue, isEmpty, keySet, putAll, size, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • RdcChoiceBoxBuilder

        public RdcChoiceBoxBuilder()
        Creates the builder.