T - Value typeD - Datastore data source configurator typeC - Concrete configurator typepublic static interface FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator<T,D extends DatastoreDataProviderConfigurator<com.holonplatform.core.property.PropertyBox,D>,C extends FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator<T,D,C>> extends FilterableSingleSelectConfigurator<T,com.holonplatform.core.property.PropertyBox,C>, HasPropertyBoxDatastoreFilterableDataProviderConfigurator<String,D,C>, PropertySelectInputConfigurator<T,T,C>
Property model based filterable SingleSelect input configurator.FilterableSingleSelectConfigurator.DatastoreFilterableSingleSelectInputBuilder<T,ITEM>, FilterableSingleSelectConfigurator.DatastoreFilterableSingleSelectInputConfigurator<T,ITEM,C extends FilterableSingleSelectConfigurator.DatastoreFilterableSingleSelectInputConfigurator<T,ITEM,C>>, FilterableSingleSelectConfigurator.DatastorePropertyFilterableSingleSelectInputBuilder<T>, FilterableSingleSelectConfigurator.DatastorePropertyFilterableSingleSelectInputConfigurator<T,C extends FilterableSingleSelectConfigurator.DatastorePropertyFilterableSingleSelectInputConfigurator<T,C>>, FilterableSingleSelectConfigurator.FilterableSingleSelectInputBuilder<T,ITEM>, FilterableSingleSelectConfigurator.FilterableSingleSelectInputConfigurator<T,ITEM,D extends DatastoreDataProviderConfigurator<ITEM,D>,C extends FilterableSingleSelectConfigurator.FilterableSingleSelectInputConfigurator<T,ITEM,D,C>>, FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputBuilder<T>, FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator<T,D extends DatastoreDataProviderConfigurator<com.holonplatform.core.property.PropertyBox,D>,C extends FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator<T,D,C>>, FilterableSingleSelectConfigurator.ValidatableDatastoreFilterableSingleSelectInputBuilder<T,ITEM>, FilterableSingleSelectConfigurator.ValidatableDatastorePropertyFilterableSingleSelectInputBuilder<T>, FilterableSingleSelectConfigurator.ValidatableFilterableSingleSelectInputBuilder<T,ITEM>, FilterableSingleSelectConfigurator.ValidatablePropertyFilterableSingleSelectInputBuilder<T>ItemSetConfigurator.ItemCaptionGenerator<ITEM>InputConfigurator.BaseInputConfigurator<T>ComponentConfigurator.BaseComponentConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
D |
dataSource(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target)
Set the data provider which acts as items data source, using given
Datastore as backend data handler,
given DataTarget as query target. |
D |
dataSource(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target,
Function<String,com.holonplatform.core.query.QueryFilter> filterConverter)
Set the data provider which acts as items data source, using given
Datastore as backend data handler,
given DataTarget as query target. |
<P extends com.holonplatform.core.property.Property> |
dataSource(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target,
Iterable<P> properties)
Set the data provider which acts as items data source, using given
Datastore as backend data handler,
given DataTarget as query target and given properties as query projection. |
default D |
dataSource(com.holonplatform.core.datastore.Datastore datastore,
com.holonplatform.core.datastore.DataTarget<?> target,
com.holonplatform.core.property.Property<?>... properties)
Set the data provider which acts as items data source, using given
Datastore as backend data handler,
given DataTarget as query target and given properties as query projection. |
create, create, create, create, pageSize, rendererdataSourcewithSelectionListenerreadOnly, readOnly, required, required, withValueChangeListenerelementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamestyleName, styleNamesdisabled, enableddeferLocalization, withDeferredLocalizationisDeferredLocalizationEnableditemCaption, itemCaption, itemCaption, itemCaptionGeneratorfullHeight, fullSize, fullWidth, height, height, heightUndefined, maxHeight, maxWidth, minHeight, minWidth, sizeUndefined, width, width, widthUndefinedlabel, label, labelplaceholder, placeholder, placeholderpattern, preventInvalidInput, preventInvalidInputautofocustabIndex, withBlurListener, withFocusListener, withFocusShortcut, withFocusShortcutKeydataSource, dataSourcedataSource, dataSourceaddItem, items, itemsitemCaptionPropertydefault D dataSource(com.holonplatform.core.datastore.Datastore datastore, com.holonplatform.core.datastore.DataTarget<?> target, com.holonplatform.core.property.Property<?>... properties)
Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.datastore - The Datastore to use (not null)target - The DataTarget to use as query target (not null)properties - The property set to use as query projection (not null)QueryFilter and QuerySort.DatastoreDataProviderConfigurator<P extends com.holonplatform.core.property.Property> D dataSource(com.holonplatform.core.datastore.Datastore datastore, com.holonplatform.core.datastore.DataTarget<?> target, Iterable<P> properties)
Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.P - Property typedatastore - The Datastore to use (not null)target - The DataTarget to use as query target (not null)properties - The property set to use as query projection (not null)QueryFilter and QuerySort.DatastoreDataProviderConfiguratorD dataSource(com.holonplatform.core.datastore.Datastore datastore, com.holonplatform.core.datastore.DataTarget<?> target)
Datastore as backend data handler,
given DataTarget as query target.
The query projection property set will be represented by the selection property only.
datastore - The Datastore to use (not null)target - The DataTarget to use as query target (not null)QueryFilter and QuerySort.DatastoreDataProviderConfiguratorD dataSource(com.holonplatform.core.datastore.Datastore datastore, com.holonplatform.core.datastore.DataTarget<?> target, Function<String,com.holonplatform.core.query.QueryFilter> filterConverter)
Datastore as backend data handler,
given DataTarget as query target.
The query projection property set will be represented by the selection property only.
datastore - The Datastore to use (not null)target - The DataTarget to use as query target (not null)filterConverter - Data provider filter type to QueryFilter converter (not null)QueryFilter and QuerySort.DatastoreDataProviderConfiguratorCopyright © 2019 The Holon Platform. All rights reserved.