Uses of Interface
com.vaadin.v7.ui.TableFieldFactory
-
Packages that use TableFieldFactory Package Description com.vaadin.v7.ui -
-
Uses of TableFieldFactory in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement TableFieldFactory Modifier and Type Class Description classDefaultFieldFactoryDeprecated.Removed feature in 8.0Methods in com.vaadin.v7.ui that return TableFieldFactory Modifier and Type Method Description TableFieldFactoryTable. getTableFieldFactory()Deprecated.Gets the TableFieldFactory that is used to create editor for table cells.Methods in com.vaadin.v7.ui with parameters of type TableFieldFactory Modifier and Type Method Description voidTable. setTableFieldFactory(TableFieldFactory fieldFactory)Deprecated.Sets the TableFieldFactory that is used to create editor for table cells.
-