| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <P extends com.holonplatform.core.property.Property<?>> |
PropertyListing.builder(Iterable<P> properties)
Builder to create an
PropertyListing instance. |
static <P extends com.holonplatform.core.property.Property<?>> |
PropertyListing.gridBuilder(Iterable<P> properties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
static <P extends com.holonplatform.core.property.Property> |
Components.listing.properties(Iterable<P> properties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
static <P extends com.holonplatform.core.property.Property<?>> |
Components.listing.properties(P... properties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
| Modifier and Type | Method and Description |
|---|---|
<T,P> PropertyListingBuilder.GridPropertyListingBuilder |
PropertyListingBuilder.GridPropertyListingBuilder.render(com.holonplatform.core.property.Property<T> property,
com.vaadin.data.util.converter.Converter<P,T> converter,
com.vaadin.ui.renderers.Renderer<? super P> renderer)
Set a custom
Renderer and Converter for given item property. |
<T> PropertyListingBuilder.GridPropertyListingBuilder |
PropertyListingBuilder.GridPropertyListingBuilder.render(com.holonplatform.core.property.Property<T> property,
com.vaadin.ui.renderers.Renderer<? super T> renderer)
Set a custom
Renderer for given item property. |
Copyright © 2019 The Holon Platform. All rights reserved.