Interface TextFieldSkin
- All Known Implementing Classes:
CalendarTextFieldSkin, CalendarTimeTextFieldSkin, LocalDateTextFieldSkin, LocalDateTimeTextFieldSkin, LocalTimeTextFieldSkin
public interface TextFieldSkin
Interface for all skin using a TextField in order to allow controls to select
all characters.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMake the call toTextInputControl.selectAll().
-
Method Details
-
selectAll
void selectAll()Make the call toTextInputControl.selectAll().
-