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