Package | Description |
---|---|
com.xalys.xgl.browser.dom.html |
Modifier and Type | Method and Description |
---|---|
static HTMLInputElement.SelectionDirection |
HTMLInputElement.SelectionDirection.get(String method) |
HTMLInputElement.SelectionDirection |
HTMLInputElement.getSelectionDirection() |
static HTMLInputElement.SelectionDirection |
HTMLInputElement.SelectionDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLInputElement.SelectionDirection[] |
HTMLInputElement.SelectionDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HTMLInputElement.setSelectionDirection(HTMLInputElement.SelectionDirection direction) |
void |
HTMLInputElement.setSelectionRange(int selectionStart,
int selectionEnd,
HTMLInputElement.SelectionDirection direction) |
Copyright © 2018 Xalys. All rights reserved.