Class ListViewConfigurator<T extends javafx.scene.control.ListView<?>>

java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.ListViewConfigurator<T>
Type Parameters:
T - the listview type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.control.ListView.class) public class ListViewConfigurator<T extends javafx.scene.control.ListView<?>> extends ComponentConfigurator<T>
Configures a ListView.
Author:
harald
  • Constructor Details

    • ListViewConfigurator

      public ListViewConfigurator()
      Creates the configurator for a ListView.
  • Method Details