|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface FieldFactory
Factory for creating new Field-instances based on type, datasource and/or context.
Method Summary | |
---|---|
Field |
createField(Class<?> type,
Component uiContext)
Deprecated. Creates a field based on type of data. |
Field |
createField(Property property,
Component uiContext)
Deprecated. Creates a field based on the property datasource. |
Methods inherited from interface com.vaadin.ui.FormFieldFactory |
---|
createField |
Methods inherited from interface com.vaadin.ui.TableFieldFactory |
---|
createField |
Method Detail |
---|
Field createField(Class<?> type, Component uiContext)
type
- the type of data presented in field.uiContext
- the component where the field is presented.
Field createField(Property property, Component uiContext)
property
- the property datasource.uiContext
- the component where the field is presented.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |