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