Uses of Interface
com.vaadin.ui.TableFieldFactory

Packages that use TableFieldFactory
com.vaadin.ui   
 

Uses of TableFieldFactory in com.vaadin.ui
 

Classes in com.vaadin.ui that implement TableFieldFactory
 class DefaultFieldFactory
          This class contains a basic implementation for both FormFieldFactory and TableFieldFactory.
 

Methods in com.vaadin.ui that return TableFieldFactory
 TableFieldFactory Table.getTableFieldFactory()
          Gets the TableFieldFactory that is used to create editor for table cells.
 

Methods in com.vaadin.ui with parameters of type TableFieldFactory
 void Table.setTableFieldFactory(TableFieldFactory fieldFactory)
          Sets the TableFieldFactory that is used to create editor for table cells.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.