Module org.tentackle.fx.rdc
Class RdcBoxDelegateImpl
- java.lang.Object
-
- org.tentackle.fx.rdc.component.delegate.RdcBoxDelegateImpl
-
public class RdcBoxDelegateImpl extends java.lang.ObjectCommon implementation for choice- and combobox delegates.
-
-
Constructor Summary
Constructors Constructor Description RdcBoxDelegateImpl(org.tentackle.fx.FxComponent component, java.util.function.Supplier<javafx.collections.ObservableList> itemSupplier, java.util.function.Supplier<PdoComponentAddon> pdoAddonSupplier)Creates the delegate impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepareSetType(java.lang.Class<?> type)Prepare the component's setType method.voidprepareSetViewValue()Prepare the component's setViewValue method.
-
-
-
Constructor Detail
-
RdcBoxDelegateImpl
public RdcBoxDelegateImpl(org.tentackle.fx.FxComponent component, java.util.function.Supplier<javafx.collections.ObservableList> itemSupplier, java.util.function.Supplier<PdoComponentAddon> pdoAddonSupplier)Creates the delegate impl.- Parameters:
component- the componentitemSupplier- gets the list of items shown by the componentpdoAddonSupplier- get the PDO addon
-
-