Class JmixSuggestionFieldState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
com.vaadin.shared.AbstractFieldState
io.jmix.ui.widget.client.suggestionfield.JmixSuggestionFieldState
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 JmixTagFieldState
public class JmixSuggestionFieldState
extends com.vaadin.shared.AbstractFieldState
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintintbooleanFields inherited from class com.vaadin.shared.AbstractFieldState
readOnly, requiredFields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndexFields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, widthFields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
minSearchStringLength
public int minSearchStringLength - 
asyncSearchDelayMs
public int asyncSearchDelayMs - 
text
 - 
inputPrompt
 - 
popupStylename
 - 
popupWidth
 - 
selectFirstSuggestionOnShow
public boolean selectFirstSuggestionOnShow 
 - 
 - 
Constructor Details
- 
JmixSuggestionFieldState
public JmixSuggestionFieldState() 
 -