public interface AbstractTextFieldClientRpc extends ClientRpc
| Modifier and Type | Method and Description |
|---|---|
void |
selectAll()
Selects everything in the field.
|
void |
selectRange(int start,
int length)
Selects the given range in the field.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.