FieldGroup.FieldConfig
using FieldGroup.FieldConfig.setComponent(Component)
method.@Deprecated
public static interface FieldGroup.CustomFieldGenerator
FieldGroup
. Implementors of this interface have to be passed
to one of FieldGroup.addCustomField
methods.Modifier and Type | Method and Description |
---|---|
Component |
generateField(Datasource datasource,
java.lang.String propertyId)
Deprecated.
Called by the
FieldGroup to get a generated field instance. |
Component generateField(Datasource datasource, java.lang.String propertyId)
FieldGroup
to get a generated field instance.datasource
- a datasource specified for the field or the whole FieldGroup in XMLpropertyId
- field identifier as defined in XML, with custom
attribute set to true