Interface IFieldDefinitionCustomization
-
- All Known Subinterfaces:
IExtendedFieldDefinition
- All Known Implementing Classes:
ExtendedFieldDefinition
public interface IFieldDefinitionCustomization
Customization of field definition that may customize actual container component creation for field. Clients may extend this interface, when defining their own definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerComponent<?,?>
createFieldComponent(String label, Object[] objects)
Create field container component.
-
-
-
Method Detail
-
createFieldComponent
ContainerComponent<?,?> createFieldComponent(String label, Object[] objects)
Create field container component.- Parameters:
label
- the label, cannot benull
objects
- the input objects, cannot benull
- Returns:
- the field container component, never
null
-
-