| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.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<?>> |
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. |
static <P extends com.holonplatform.core.property.Property> |
Components.listing.properties(com.holonplatform.core.property.PropertySet<?> properties,
P... additionalProperties)
Builder to create an
PropertyListing instance using a Grid as backing component. |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends com.vaadin.data.HasValue<T> & com.vaadin.ui.Component> |
PropertyListingBuilder.GridPropertyListingBuilder.editor(com.holonplatform.core.property.Property<T> property,
E editor)
Set the field to use for given property in edit mode.
|
<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. |
<T,P> PropertyListingBuilder.GridPropertyListingBuilder |
PropertyListingBuilder.GridPropertyListingBuilder.render(com.holonplatform.core.property.Property<T> property,
com.vaadin.data.ValueProvider<T,P> presentationProvider,
com.vaadin.ui.renderers.Renderer<? super P> renderer)
Set a custom
Renderer and presentation provider for given item property. |
default <T> PropertyListingBuilder.GridPropertyListingBuilder |
PropertyListingBuilder.GridPropertyListingBuilder.withValidator(com.holonplatform.core.property.Property<T> property,
com.holonplatform.core.Validator<T> validator)
Adds a
Validator to the field bound to given property in the item listing editor. |
<T> PropertyListingBuilder.GridPropertyListingBuilder |
PropertyListingBuilder.GridPropertyListingBuilder.withValidator(com.holonplatform.core.property.Property<T> property,
com.vaadin.data.Validator<T> validator)
Adds a
Validator to the field bound to given property in the item
listing editor. |
Copyright © 2017 The Holon Platform. All rights reserved.