Interface ComponentConverter<T extends Component>

All Known Implementing Classes:
FieldToDisplayExpressionFieldComponentConverter, FieldToHtmlFieldComponentConverter, FieldToMultiRemoteFieldComponentConverter, FieldToRemoteFieldComponentConverter, RemoteFieldToMultiSelectBoxConverter

public interface ComponentConverter<T extends Component>
Converting form fields from one type to another. New converters can be registered in "ComponentConverters" contribution
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details