public interface TableFieldFactory extends Serializable
Table
,
but might later be used by some other components for Field
generation.
FormFieldFactory
Modifier and Type | Method and Description |
---|---|
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 ). |
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.Copyright © 2021 Vaadin Ltd. All rights reserved.