java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.FeatureCheck

public final class FeatureCheck extends Object
collection of methods to check browser specific features.
Author:
Manfred Tremmel
  • Method Details

    • supportCustomValidity

      public static boolean supportCustomValidity(elemental2.dom.Element element)
      Returns whether setCustomValidity is available in this dom element.
      Parameters:
      element - element to check
      Returns:
      true if supported