| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseSelectInputBuilder<T,C extends Input<T>,S,ITEM,B extends BaseSelectInputBuilder<T,C,S,ITEM,B>>
Base builder to create selection
Inputs. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B>>
Multi select component configurator.
|
static interface |
BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B>>
Single select component configurator.
|
interface |
MultiPropertySelectInputBuilder<T>
Builder to create a multiple selection
Input with Property data source support. |
interface |
MultiSelectInputBuilder<T>
Builder to create a multi selection
Inputs. |
interface |
PropertySelectInputBuilder<T,C extends Input<T>,S,B extends PropertySelectInputBuilder<T,C,S,B>>
Builder to create selection
Inputs with Property data source support. |
interface |
SelectInputBuilder<T,C extends Input<T>,S,ITEM,B extends SelectInputBuilder<T,C,S,ITEM,B>>
Builder to create selection
Inputs. |
interface |
SelectItemDataSourceBuilder<T,C extends Input<T>,S,ITEM,B extends SelectItemDataSourceBuilder<T,C,S,ITEM,B>>
Select component builder with
ItemDataSource support. |
interface |
SinglePropertySelectInputBuilder<T>
Builder to create a single selection
Input with Property data source support. |
interface |
SingleSelectInputBuilder<T>
Builder to create a single selection
Input. |
Copyright © 2019 The Holon Platform. All rights reserved.