Uses of Enum Class
org.loboevolution.type.Direction
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of Direction in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionvoid
HTMLInputElement.setSelectionRange
(int start, int end, Direction direction) Sets the start and end positions of a selection in a text field.void
HTMLTextAreaElement.setSelectionRange
(int start, int end, Direction direction) Sets the start and end positions of a selection in a text field. -
Uses of Direction in org.loboevolution.html.dom.domimpl
Modifier and TypeMethodDescriptionvoid
HTMLBasicInputElement.setSelectionRange
(int start, int end, Direction direction) -
Uses of Direction in org.loboevolution.type