Uses of Class
org.tentackle.fx.component.delegate.FxDatePickerDelegate
-
Packages that use FxDatePickerDelegate Package Description org.tentackle.fx.component Extended FX components. -
-
Uses of FxDatePickerDelegate in org.tentackle.fx.component
Methods in org.tentackle.fx.component that return FxDatePickerDelegate Modifier and Type Method Description protected FxDatePickerDelegateFxDatePicker. createDelegate()Creates the delegate.FxDatePickerDelegateFxDatePicker. getDelegate()Methods in org.tentackle.fx.component with parameters of type FxDatePickerDelegate Modifier and Type Method Description voidFxDatePicker. setDelegate(FxDatePickerDelegate delegate)Sets the delegate.
Useful for application specific needs.
-