Uses of Interface
de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstants
-
Packages that use PhoneCountrySharedConstants Package Description de.knightsoftnet.validators.shared.data this package contains interfaces for constants.de.knightsoftnet.validators.shared.util utility classes which can be used on server and client side. -
-
Uses of PhoneCountrySharedConstants in de.knightsoftnet.validators.shared.data
Classes in de.knightsoftnet.validators.shared.data that implement PhoneCountrySharedConstants Modifier and Type Class Description classPhoneCountryConstantsImplMethods in de.knightsoftnet.validators.shared.data that return PhoneCountrySharedConstants Modifier and Type Method Description static PhoneCountrySharedConstantsCreatePhoneCountryConstantsClass. create()Instantiates a class via deferred binding.static PhoneCountrySharedConstantsCreatePhoneCountryConstantsClass. create(Locale plocale)Instantiates a class via deferred binding. -
Uses of PhoneCountrySharedConstants in de.knightsoftnet.validators.shared.util
Methods in de.knightsoftnet.validators.shared.util that return PhoneCountrySharedConstants Modifier and Type Method Description PhoneCountrySharedConstantsPhoneCountryConstantsProvider. getPhoneCountryConstants()get phone country constants for current local.PhoneCountrySharedConstantsPhoneCountryConstantsProvider. getPhoneCountryConstants(Locale plocale)get phone country constants for given local.PhoneCountrySharedConstantsPhoneCountryConstantsProviderImpl. getPhoneCountryConstants()PhoneCountrySharedConstantsPhoneCountryConstantsProviderImpl. getPhoneCountryConstants(Locale plocale)Methods in de.knightsoftnet.validators.shared.util with parameters of type PhoneCountrySharedConstants Modifier and Type Method Description voidHasSetPhoneCountrySharedConstants. setPhoneCountrySharedConstants(PhoneCountrySharedConstants phoneCountrySharedConstants)setter for phone number shared constants.
-