|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableFieldFactory
Factory interface for creating new Field-instances based on Container
(datasource), item id, property id and uiContext (the component responsible
for displaying fields). Currently this interface is used by Table,
but might later be used by some other components for Field
generation.
FormFieldFactory| Method Summary | |
|---|---|
Field |
createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Creates a field based on the Container, item id, property id and the component responsible for displaying the field (most commonly Table). |
| Method Detail |
|---|
Field createField(Container container,
Object itemId,
Object propertyId,
Component uiContext)
Table).
container - the Container where the property belongs to.itemId - the item Id.propertyId - the Id of the property.uiContext - the component where the field is presented.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||