Uses of Enum Class
org.loboevolution.type.Direction
Packages that use Direction
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of Direction in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom with parameters of type DirectionModifier 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
Methods in org.loboevolution.html.dom.domimpl with parameters of type DirectionModifier and TypeMethodDescriptionvoid
HTMLBasicInputElement.setSelectionRange
(int start, int end, Direction direction) -
Uses of Direction in org.loboevolution.type
Methods in org.loboevolution.type that return Direction