Package io.jmix.flowui.kit.component
Interface HasPlaceholder
- All Superinterfaces:
- com.vaadin.flow.component.HasElement,- com.vaadin.flow.component.HasPlaceholder,- Serializable
- All Known Implementing Classes:
- EntityPicker,- JmixMultiValuePicker,- JmixValuePicker,- MenuFilterField,- MultiValuePicker,- ValuePicker,- ValuePickerBase
@Deprecated(since="2.2",
            forRemoval=true)
public interface HasPlaceholder
extends com.vaadin.flow.component.HasPlaceholder
Deprecated, for removal: This API element is subject to removal in a future version.
A component which supports a placeholder.
 
A placeholder is a text that should be displayed in the input element, when the user has not entered a value.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptiondefault StringDeprecated, for removal: This API element is subject to removal in a future version.default voidsetPlaceholder(String placeholder) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface com.vaadin.flow.component.HasElementgetElement
- 
Field Details- 
PLACEHOLDER_PROPERTY_NAMEDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
 
 
- 
- 
Method Details- 
getPlaceholderDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getPlaceholderin interface- com.vaadin.flow.component.HasPlaceholder
 
- 
setPlaceholderDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setPlaceholderin interface- com.vaadin.flow.component.HasPlaceholder
 
 
- 
HasPlaceholderinstead.