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