public static interface Components.listing
ItemListing builders provider.| Modifier and Type | Method and Description |
|---|---|
static <T> BeanListingBuilder<T> |
items(Class<T> itemType)
Builder to create an
ItemListing instance using a Grid as backing component. |
static <P extends com.holonplatform.core.property.Property<?>> |
properties(Iterable<P> properties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
static <P extends com.holonplatform.core.property.Property<?>> |
properties(P... properties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
static <P extends com.holonplatform.core.property.Property> |
properties(com.holonplatform.core.property.PropertySet<P> properties,
P... additionalProperties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
static <T> BeanListingBuilder<T> items(Class<T> itemType)
ItemListing instance using a Grid as backing component.T - Item data typeitemType - Item bean typeItemListing builder@SafeVarargs static <P extends com.holonplatform.core.property.Property<?>> PropertyListingBuilder.GridPropertyListingBuilder properties(P... properties)
PropertyListing instance using a Grid as backing component.P - Actual property typeproperties - The property set to use for the listingPropertyListing builderstatic <P extends com.holonplatform.core.property.Property<?>> PropertyListingBuilder.GridPropertyListingBuilder properties(Iterable<P> properties)
PropertyListing instance using a Grid as backing component.P - Actual property typeproperties - The property set to use for the listingPropertyListing builder@SafeVarargs static <P extends com.holonplatform.core.property.Property> PropertyListingBuilder.GridPropertyListingBuilder properties(com.holonplatform.core.property.PropertySet<P> properties, P... additionalProperties)
PropertyListing instance using a Grid as backing component.P - Actual property typeproperties - The property set to use for the listing (not null)additionalProperties - Additional properties to declarePropertyListing builderCopyright © 2019 The Holon Platform. All rights reserved.