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
Modifier and TypeMethodDescriptionContainerComponent<?,?> createFieldComponent(String label, Object[] objects) Create field container component. 
- 
Method Details
- 
createFieldComponent
Create field container component.- Parameters:
 label- the label, cannot benullobjects- the input objects, cannot benull- Returns:
 - the field container component, never 
null 
 
 -