Uses of Interface
org.htmlunit.html.impl.SelectionDelegate
Packages that use SelectionDelegate
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Contains some implementation classes that have to be public to be used internally in different packages
but that shouldn't be used directly by HtmlUnit users.
-
Uses of SelectionDelegate in org.htmlunit.html
Fields in org.htmlunit.html declared as SelectionDelegateMethods in org.htmlunit.html with parameters of type SelectionDelegateModifier and TypeMethodDescription(package private) void
DoTypeProcessor.doType
(String currentValue, SelectionDelegate selectionDelegate, char c, HtmlElement element, boolean lastType) (package private) void
DoTypeProcessor.doType
(String currentValue, SelectionDelegate selectionDelegate, int keyCode, HtmlElement element, boolean lastType) -
Uses of SelectionDelegate in org.htmlunit.html.impl
Classes in org.htmlunit.html.impl that implement SelectionDelegateModifier and TypeClassDescriptionclass
Contains standard selection-related functionality used by various input elements.class
Contains selection-related functionality without an associated node.