Uses of Class
org.htmlunit.javascript.host.dom.AbstractList.EffectOnCache
-
Packages that use AbstractList.EffectOnCache Package Description org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of AbstractList.EffectOnCache in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type AbstractList.EffectOnCache Modifier and Type Field Description private java.util.function.Function<HtmlAttributeChangeEvent,AbstractList.EffectOnCache>
AbstractList. effectOnCacheFunction_
Methods in org.htmlunit.javascript.host.dom that return AbstractList.EffectOnCache Modifier and Type Method Description static AbstractList.EffectOnCache
AbstractList.EffectOnCache. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractList.EffectOnCache[]
AbstractList.EffectOnCache. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.htmlunit.javascript.host.dom with type arguments of type AbstractList.EffectOnCache Modifier and Type Method Description void
AbstractList. setEffectOnCacheFunction(java.util.function.Function<HtmlAttributeChangeEvent,AbstractList.EffectOnCache> effectOnCacheFunction)
-