Package | Description |
---|---|
com.whitestein.lsps.vaadin.forms | |
com.whitestein.lsps.vaadin.forms.datasource |
Modifier and Type | Field and Description |
---|---|
protected IVaadinContainerDataSourceAdapter |
WTokenField.options
Data source which provides the options objects.
|
protected IVaadinContainerDataSourceAdapter |
WAbstractSelect.options
Data source which provides the options objects.
|
Modifier and Type | Method and Description |
---|---|
protected IVaadinContainerDataSourceAdapter |
WTokenField.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider)
Called to obtain a data source which will provide available options (row objects) to the select component.
|
protected IVaadinContainerDataSourceAdapter |
WMultiselectComboBox.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider) |
protected IVaadinContainerDataSourceAdapter |
WAbstractSelect.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider)
Called to obtain a data source which will provide available options (row objects) to the select component.
|
protected IVaadinContainerDataSourceAdapter |
WAbstractComboBox.createDataSource(RecordHolder dataSource,
RecordHolder captionValueProvider) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyVaadinContainerDataSourceAdapter
A simple implementation which always provides zero results (the container is empty).
|
class |
VaadinContainerDataSourceAdapter
Wraps forms::DataSource and integrates it with Vaadin components relying on
Container . |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.