Package | Description |
---|---|
com.xalys.xgl.forms |
Modifier and Type | Field and Description |
---|---|
protected Autocorrect |
ValueField.autocorrect |
Modifier and Type | Method and Description |
---|---|
Autocorrect |
ValueField.getAutocorrect() |
static Autocorrect |
Autocorrect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Autocorrect[] |
Autocorrect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
W |
AbstractTextField.setAutocorrect(Autocorrect autocorrect) |
AbstractComboBox<W,V> |
AbstractComboBox.setAutocorrect(Autocorrect autocorrect) |
DateField |
DateField.setAutocorrect(Autocorrect autocorrect) |
abstract W |
ValueField.setAutocorrect(Autocorrect autocorrect) |
Copyright © 2018 Xalys. All rights reserved.