Package io.jmix.ui.component.formatter
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
-
-
Constructor Details
-
CollectionFormatter
public CollectionFormatter()
-
-
Method Details
-
apply
Description copied from interface:FormatterFormats a value to a string.- Specified by:
applyin interfaceFormatter<Collection>- Specified by:
applyin interfaceFunction<Collection,String> - Parameters:
value- a value- Returns:
- formatted string
-