Package | Description |
---|---|
xdev.ui |
Modifier and Type | Method and Description |
---|---|
TextChangedBehavior |
XdevDateTextField.getTextChangedBehavior()
Return the
TextChangedBehavior of this TextComponent |
TextChangedBehavior |
XdevTextField.getTextChangedBehavior()
Return the
TextChangedBehavior of this TextComponent |
TextChangedBehavior |
XdevTextArea.getTextChangedBehavior()
Return the
TextChangedBehavior of this TextComponent |
TextChangedBehavior |
XdevPasswordField.getTextChangedBehavior()
Return the
TextChangedBehavior of this TextComponent |
TextChangedBehavior |
XdevFormattedTextField.getTextChangedBehavior()
Return the
TextChangedBehavior of this TextComponent |
static TextChangedBehavior |
TextChangedBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextChangedBehavior[] |
TextChangedBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XdevDateTextField.setTextChangedBehavior(TextChangedBehavior textChangedBehavior)
Sets the new
TextChangedBehavior for this TextComponent. |
void |
XdevTextField.setTextChangedBehavior(TextChangedBehavior textChangedBehavior)
Sets the new
TextChangedBehavior for this TextComponent. |
void |
XdevTextArea.setTextChangedBehavior(TextChangedBehavior textChangedBehavior)
Sets the new
TextChangedBehavior for this TextComponent. |
void |
XdevPasswordField.setTextChangedBehavior(TextChangedBehavior textChangedBehavior)
Sets the new
TextChangedBehavior for this TextComponent. |
void |
XdevFormattedTextField.setTextChangedBehavior(TextChangedBehavior textChangedBehavior)
Sets the new
TextChangedBehavior for this TextComponent. |
Copyright © 2003–2021 XDEV Software. All rights reserved.