com.vaadin.shared.ui.nativeselect.

Class NativeSelectState

    • Field Detail

      • emptySelectionAllowed

        public boolean emptySelectionAllowed

        True to allow selecting nothing (a special empty selection item is shown at the beginning of the list), false not to allow empty selection by the user.

      • emptySelectionCaption

        public String emptySelectionCaption

        Caption for item which represents empty selection.

      • visibleItemCount

        public int visibleItemCount

        The number of items that are visible. If only one item is visible, then the box will be displayed as a drop-down list.

        Since:

        8.1

    • Constructor Detail

      • NativeSelectState

        public NativeSelectState()