Package | Description |
---|---|
eu.maxschuster.vaadin.autocompletetextfield | |
eu.maxschuster.vaadin.autocompletetextfield.shared |
Modifier and Type | Method and Description |
---|---|
ScrollBehavior |
AutocompleteTextFieldExtension.getScrollBehavior()
Gets the
ScrollBehavior that is used when the user scrolls the
page while the suggestion box is open. |
ScrollBehavior |
AutocompleteTextField.getScrollBehavior()
Gets the
ScrollBehavior that is used when the user scrolls the
page while the suggestion box is open. |
Modifier and Type | Method and Description |
---|---|
void |
AutocompleteTextFieldExtension.setScrollBehavior(ScrollBehavior scrollBehavior)
Sets the
ScrollBehavior that is used when the user scrolls the
page while the suggestion box is open. |
void |
AutocompleteTextField.setScrollBehavior(ScrollBehavior scrollBehavior)
Sets the
ScrollBehavior that is used when the user scrolls the
page while the suggestion box is open. |
AutocompleteTextFieldExtension |
AutocompleteTextFieldExtension.withScrollBehavior(ScrollBehavior scrollBehavior)
Sets the
ScrollBehavior that is used when the user scrolls the
page while the suggestion box is open. |
AutocompleteTextField |
AutocompleteTextField.withScrollBehavior(ScrollBehavior scrollBehavior)
Sets the
ScrollBehavior that is used when the user scrolls the
page while the suggestion box is open. |
Modifier and Type | Field and Description |
---|---|
ScrollBehavior |
AutocompleteTextFieldExtensionState.scrollBehavior
What to do when the page is scrolled by the user.
|
Modifier and Type | Method and Description |
---|---|
static ScrollBehavior |
ScrollBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollBehavior[] |
ScrollBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Max Schuster. All Rights Reserved.