public static interface Components.listing
ItemListing builders provider.| Modifier and Type | Method and Description |
|---|---|
static <T> ItemListingBuilder.GridItemListingBuilder<T> |
items(Class<T> itemType)
Builder to create an
ItemListing instance using a Grid as backing component. |
static <T> ItemListingBuilder.TableItemListingBuilder<T> |
itemsUsingTable(Class<T> itemType)
Builder to create an
ItemListing instance using a Table 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> |
propertiesUsingTable(Iterable<P> properties)
Builder to create an
PropertyListing instance using a Table as backing component. |
static <P extends com.holonplatform.core.property.Property<?>> |
propertiesUsingTable(P... properties)
Builder to create an
PropertyListing instance using a Table as backing component. |
static <T> ItemListingBuilder.GridItemListingBuilder<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 builderstatic <T> ItemListingBuilder.TableItemListingBuilder<T> itemsUsingTable(Class<T> itemType)
ItemListing instance using a Table as backing component.T - Item data typeitemType - Item bean typeItemListing builder@SafeVarargs static <P extends com.holonplatform.core.property.Property<?>> PropertyListingBuilder.TablePropertyListingBuilder propertiesUsingTable(P... properties)
PropertyListing instance using a Table as backing component.P - Actual property typeproperties - The property set to use for the listingPropertyListing builderstatic <P extends com.holonplatform.core.property.Property> PropertyListingBuilder.TablePropertyListingBuilder propertiesUsingTable(Iterable<P> properties)
PropertyListing instance using a Table as backing component.P - Actual property typeproperties - The property set to use for the listingPropertyListing builderCopyright © 2019 The Holon Platform. All rights reserved.