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

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

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

public interface HasAutofocus {

  /**
   * get autofocus value.
   *
   * @return true if input field has autofocus
   */
  boolean isAutofocus();

  /**
   * set autofocus value.
   *
   * @param arg true if input field has autofocus
   */
  void setAutofocus(boolean arg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy