Interface HasCountryCodeReference
- All Known Implementing Classes:
AbstractPhoneNumberSuggestBox,PhoneNumberCommonInterSuggestBox,PhoneNumberCommonSuggestBox,PhoneNumberDin5008InterSuggestBox,PhoneNumberDin5008SuggestBox,PhoneNumberE123InterSuggestBox,PhoneNumberE123SuggestBox,PhoneNumberMsSuggestBox,PhoneNumberUriSuggestBox,PostalCodeTextBox,TaxNumberTextBox,TinTextBox,VatIdTextBox
public interface HasCountryCodeReference
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCountryCodeReference(com.google.gwt.user.client.TakesValue<?> countryCodeReference) set reference to a field which contains the country code.
-
Method Details
-
setCountryCodeReference
void setCountryCodeReference(com.google.gwt.user.client.TakesValue<?> countryCodeReference) set reference to a field which contains the country code.- Parameters:
countryCodeReference- field which contains the country code
-