Package | Description |
---|---|
sirius.web.controller |
Provides the controller part of a simple MVC framework.
|
Modifier and Type | Method and Description |
---|---|
AutocompleteHelper.Completion |
AutocompleteHelper.Completion.setDescription(String description)
Sets the description for the suggestion
|
AutocompleteHelper.Completion |
AutocompleteHelper.Completion.setDisabled(boolean disabled)
Sets if the suggestion should be disabled
Uses standard select2 functionality to have entries in the select, that can't be selected.
|
AutocompleteHelper.Completion |
AutocompleteHelper.Completion.setLabel(String label)
Sets the label for the suggestion
|
AutocompleteHelper.Completion |
AutocompleteHelper.Completion.setValue(String value)
Sets the value for the suggestion
|
Modifier and Type | Method and Description |
---|---|
void |
AutocompleteHelper.ItemSearch.search(String query,
Consumer<AutocompleteHelper.Completion> result) |
Copyright © 2018. All rights reserved.