Interface HasPlaceholder

All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable
All Known Implementing Classes:
EntityPicker, JmixMultiValuePicker, JmixValuePicker, MultiValuePicker, ValuePicker, ValuePickerBase

public interface HasPlaceholder extends com.vaadin.flow.component.HasElement
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
    default void
    setPlaceholder(String placeholder)
     

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement
  • Field Details

  • Method Details

    • getPlaceholder

      @Nullable default String getPlaceholder()
    • setPlaceholder

      default void setPlaceholder(@Nullable String placeholder)