Interface PhoneField

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

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

    • getCustomValidationRegex

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

      void setCustomValidationRegex(Pattern customValidationRegex)
      Deprecated.
    • getDefaultRegion

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

      void setDefaultRegion(String defaultRegion)
      Deprecated.