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 Details

    • createFieldComponent

      ContainerComponent<?,?> 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