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 Type
    Method
    Description
    void
    Make the call to TextInputControl.selectAll().
  • Method Details

    • selectAll

      void selectAll()
      Make the call to TextInputControl.selectAll().