Interface PhoneField

All Superinterfaces:
Component, DataComponent, InputComponent, LabeledComponent, TextField
All Known Implementing Classes:
PhoneFieldImpl, PhoneFieldWrapper

@Deprecated public interface PhoneField extends TextField
Deprecated.
  • Method Details Link icon

    • getCustomValidationRegex Link icon

      @Nullable @Nullable Pattern getCustomValidationRegex()
      Deprecated.
    • setCustomValidationRegex Link icon

      void setCustomValidationRegex(Pattern customValidationRegex)
      Deprecated.
    • getDefaultRegion Link icon

      @Nullable @Nullable String getDefaultRegion()
      Deprecated.
    • setDefaultRegion Link icon

      void setDefaultRegion(String defaultRegion)
      Deprecated.