T - Field typeITEM - Item typeB - Concrete builder typepublic static interface BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B extends BaseSelectInputBuilder.SingleSelectConfigurator<T,ITEM,B>> extends BaseSelectInputBuilder<T,SingleSelect<T>,T,ITEM,B>
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 |
disableTextInput()
Disables the possibility to input text into the field, so the field area of the component is just used to
show what is selected.
|
B |
filteringMode(com.vaadin.shared.ui.combobox.FilteringMode filteringMode)
Sets the option filtering mode.
|
B |
scrollToSelectedItem(boolean scrollToSelectedItem)
Sets whether to scroll the selected item visible (directly open the page on which it is) when opening the
combo box popup or not.
|
B |
suggestionPopupWidth(String width)
Sets the suggestion pop-up's width as a CSS string.
|
itemCaption, itemCaption, itemCaption, itemCaptionGenerator, itemIcon, itemIconGeneratorasField, build, deferLocalization, validatablelocale, readOnly, tabIndex, withValue, withValueChangeListenercaption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, immediate, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListenerautoRefresh, batchSize, defaultSort, fixedFilter, fixedSort, maxCacheSize, queryParameter, withQueryConfigurationProviderB disableTextInput()
B scrollToSelectedItem(boolean scrollToSelectedItem)
scrollToSelectedItem - true to find the page with the selected item when opening the selection popupB suggestionPopupWidth(String width)
Only applies to select field with backing components supporting a suggestion popup.
width - the suggestion pop-up widthB filteringMode(com.vaadin.shared.ui.combobox.FilteringMode filteringMode)
Only applies to select field with backing components supporting a suggestion popup.
filteringMode - the filtering mode to useCopyright © 2019 The Holon Platform. All rights reserved.