Uses of Interface
com.vaadin.ui.TableFieldFactory
-
Packages that use TableFieldFactory Package Description com.vaadin.ui -
-
Uses of TableFieldFactory in com.vaadin.ui
Classes in com.vaadin.ui that implement TableFieldFactory Modifier and Type Class Description classDefaultFieldFactoryThis class contains a basic implementation for bothFormFieldFactoryandTableFieldFactory.Methods in com.vaadin.ui that return TableFieldFactory Modifier and Type Method Description TableFieldFactoryTable. getTableFieldFactory()Gets the TableFieldFactory that is used to create editor for table cells.Methods in com.vaadin.ui with parameters of type TableFieldFactory Modifier and Type Method Description voidTable. setTableFieldFactory(TableFieldFactory fieldFactory)Sets the TableFieldFactory that is used to create editor for table cells.
-