Uses of Interface
org.htmlunit.html.impl.SelectionDelegate
-
Packages that use SelectionDelegate Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content.org.htmlunit.html.impl 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 SelectionDelegate Modifier and Type Field Description private SelectionDelegateDomText. selectionDelegate_Methods in org.htmlunit.html with parameters of type SelectionDelegate Modifier and Type Method Description (package private) voidDoTypeProcessor. doType(java.lang.String currentValue, SelectionDelegate selectionDelegate, char c, HtmlElement element, boolean lastType)(package private) voidDoTypeProcessor. doType(java.lang.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 SelectionDelegate Modifier and Type Class Description classSelectableTextSelectionDelegateContains standard selection-related functionality used by various input elements.classSimpleSelectionDelegateContains selection-related functionality without an associated node.
-