Uses of Class
de.knightsoftnet.validators.shared.data.PhoneNumberData
Packages that use PhoneNumberData
Package
Description
utility classes which can be used on server and client side.
-
Uses of PhoneNumberData in de.knightsoftnet.validators.shared.util
Methods in de.knightsoftnet.validators.shared.util that return PhoneNumberDataModifier and TypeMethodDescriptionAbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber, String pcountryCode) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber, String pcountryCode, Locale plocale) parse phone number.Methods in de.knightsoftnet.validators.shared.util that return types with arguments of type PhoneNumberDataModifier and TypeMethodDescriptionfinal List<PhoneNumberData>AbstractPhoneNumberUtil.getSuggstions(String psearch, int plimit) get suggestions.final List<PhoneNumberData>AbstractPhoneNumberUtil.getSuggstions(String psearch, int plimit, Locale plocale) get suggestions.AbstractPhoneNumberUtil.parsePhoneNumber(ValueWithPos<String> pphoneNumber) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(ValueWithPos<String> pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(ValueWithPos<String> pphoneNumber, String pcountryCode) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(ValueWithPos<String> pphoneNumber, String pcountryCode, Locale plocale) parse phone number.Methods in de.knightsoftnet.validators.shared.util with parameters of type PhoneNumberDataModifier and TypeMethodDescriptionintPhoneNumberSuggestComperator.compare(PhoneNumberData parg1, PhoneNumberData parg2) Method parameters in de.knightsoftnet.validators.shared.util with type arguments of type PhoneNumberDataModifier and TypeMethodDescriptionfinal ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonInternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in common international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonNationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in common national format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData) format phone number in common format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008InternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in DIN 5008 international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008NationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in DIN 5008 national format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData) format phone number in DIN 5008 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123InternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in E123 international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123NationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in E123 national format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData) format phone number in E123 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatMsWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in Microsoft canonical address format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatRfc3966WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in RFC 3966 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatUrlWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in URL format with cursor position handling.