|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableFieldFactory | |
---|---|
com.vaadin.ui |
Uses of TableFieldFactory in com.vaadin.ui |
---|
Subinterfaces of TableFieldFactory in com.vaadin.ui | |
---|---|
interface |
FieldFactory
Deprecated. FieldFactory was split into two lighter interfaces in 6.0 Use FormFieldFactory or TableFieldFactory or both instead. |
Classes in com.vaadin.ui that implement TableFieldFactory | |
---|---|
class |
BaseFieldFactory
Deprecated. use DefaultFieldFactory or own implementations on
FormFieldFactory or TableFieldFactory instead. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |