Uses of Class
io.github.mmm.property.container.list.ListProperty
-
Packages that use ListProperty Package Description io.github.mmm.property.builder.container Contains property builders for container types such asCollectionorMap.io.github.mmm.property.container.list Contains property infrastructure forList. -
-
Uses of ListProperty in io.github.mmm.property.builder.container
Methods in io.github.mmm.property.builder.container that return ListProperty Modifier and Type Method Description protected ListProperty<E>ListPropertyBuilder. build(String name, PropertyMetadata<List<E>> metadata) -
Uses of ListProperty in io.github.mmm.property.container.list
Methods in io.github.mmm.property.container.list that return ListProperty Modifier and Type Method Description ListProperty<E>PropertyFactoryList. create(String name, Class<? extends List<E>> valueClass, PropertyMetadata<List<E>> metadata)Methods in io.github.mmm.property.container.list that return types with arguments of type ListProperty Modifier and Type Method Description Class<ListProperty<E>>PropertyFactoryList. getImplementationClass()
-