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