public static interface Components.listing
ItemListing builders provider.| Modifier and Type | Method and Description |
|---|---|
static <T> BeanListingBuilder<T> |
items(Class<T> beanType)
|
static <P extends com.holonplatform.core.property.Property> |
properties(Iterable<P> properties)
Get a
PropertyListingBuilder to create and setup a PropertyListing. |
static PropertyListingBuilder |
properties(com.holonplatform.core.property.Property<?>... properties)
Get a
PropertyListingBuilder to create and setup a PropertyListing. |
static <T> BeanListingBuilder<T> items(Class<T> beanType)
T - Bean typebeanType - The bean class, i.e. the item type (not null)BeanListingBuilderstatic <P extends com.holonplatform.core.property.Property> PropertyListingBuilder properties(Iterable<P> properties)
PropertyListingBuilder to create and setup a PropertyListing.P - Property typeproperties - The listing property set (not null)PropertyListingBuilderstatic PropertyListingBuilder properties(com.holonplatform.core.property.Property<?>... properties)
PropertyListingBuilder to create and setup a PropertyListing.properties - The listing property set (not null)PropertyListingBuilderCopyright © 2019 The Holon Platform. All rights reserved.