T
- Field typeC
- Field component typeS
- Selection typeITEM
- Selection items typeB
- Concrete builder typepublic interface SelectItemDataSourceBuilder<T,C extends Input<T>,S,ITEM,B extends SelectItemDataSourceBuilder<T,C,S,ITEM,B>> extends SelectInputBuilder<T,C,S,ITEM,B>
ItemDataSource
support.BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.MultiSelectConfigurator<T,ITEM,B>>, BaseSelectInputBuilder.RenderingMode, BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B>>
InputConfigurator.BaseFieldConfigurator<T>
ComponentConfigurator.BaseComponentConfigurator
Modifier and Type | Method and Description |
---|---|
B |
dataSource(com.vaadin.data.provider.DataProvider<ITEM,?> dataProvider)
Set the selection items data provider.
|
B |
dataSource(ItemDataProvider<ITEM> dataProvider)
Set the selection items data provider.
|
addItem, addItem, addItem, addItem, items, items
itemCaption, itemCaption, itemCaption, itemCaptionGenerator, itemDescriptionGenerator, itemIcon, itemIconGenerator
asField, build, deferLocalization, dragSource, dropTarget, validatable
locale, readOnly, tabIndex, withValue, withValueChangeListener
caption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListener
B dataSource(ItemDataProvider<ITEM> dataProvider)
dataProvider
- Items data provider (not null)Copyright © 2018 The Holon Platform. All rights reserved.