Class CollectionFormatter

java.lang.Object
io.jmix.ui.component.formatter.CollectionFormatter
All Implemented Interfaces:
Formatter<Collection>, Function<Collection,String>

@Component("ui_CollectionFormatter") @Scope("prototype") public class CollectionFormatter extends Object implements Formatter<Collection>
Collection formatter to be used in screen descriptors and controllers.

This formatter formats collection into a string where the elements of the collection are separated by commas.

  • Field Details

    • metadataTools

      @Autowired protected MetadataTools metadataTools
  • Constructor Details

    • CollectionFormatter

      public CollectionFormatter()
  • Method Details