All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.knightsoftnet.mtwidgets.client.ui.widget.features.HasAutocomplete Maven / Gradle / Ivy

package de.knightsoftnet.mtwidgets.client.ui.widget.features;

public interface HasAutocomplete {

  /**
   * get autocomplete attribute value.
   *
   * @return input field autocomplete attribute value
   */
  String getAutocomplete();

  /**
   * set autocomplete attribute value.
   *
   * @param arg input field autocomplete attribute value to set
   */
  void setAutocomplete(String arg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy