Uses of Class
de.knightsoftnet.validators.shared.data.ValueWithPos
Packages that use ValueWithPos
Package
Description
utility classes which can be used on server and client side.
-
Uses of ValueWithPos in de.knightsoftnet.validators.shared.util
Methods in de.knightsoftnet.validators.shared.util that return ValueWithPosModifier and TypeMethodDescriptionfinal ValueWithPos<String>AbstractPhoneNumberUtil.formatCommon(ValueWithPos<String> pphoneNumber) format phone number in common format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonInternational(ValueWithPos<String> pphoneNumber) format phone number in common international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonInternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in common international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonInternationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in common international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonNational(ValueWithPos<String> pphoneNumber) format phone number in common national 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.formatCommonNationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) 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.formatCommonWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in common format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008(ValueWithPos<String> pphoneNumber) format phone number in DIN 5008 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008International(ValueWithPos<String> pphoneNumber) format phone number in DIN 5008 international 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.formatDin5008InternationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in DIN 5008 international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008National(ValueWithPos<String> pphoneNumber) format phone number in DIN 5008 national 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.formatDin5008NationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) 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.formatDin5008WithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in DIN 5008 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123(ValueWithPos<String> pphoneNumber) format phone number in E123 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123International(ValueWithPos<String> pphoneNumber) format phone number in E123 international 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.formatE123InternationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in E123 international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123National(ValueWithPos<String> pphoneNumber) format phone number in E123 national 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.formatE123NationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) 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.formatE123WithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in E123 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatMs(ValueWithPos<String> pphoneNumber) format phone number in Microsoft canonical address 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.formatMsWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in Microsoft canonical address format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatRfc3966(ValueWithPos<String> pphoneNumber) format phone number in RFC 3966 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.formatRfc3966WithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in RFC 3966 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatUrl(ValueWithPos<String> pphoneNumber) format phone number in URL format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatUrlWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in URL format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatUrlWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in URL format with cursor position handling.static ValueWithPos<String>AbstractIbanUtil.ibanFormatWithPos(ValueWithPos<String> pentry) format iban to four character blocks.static ValueWithPos<String>IsbnUtil.isbn10FormatWithPos(ValueWithPos<String> pentry) format isbn10 with separator signs.static ValueWithPos<String>IsbnUtil.isbn13FormatWithPos(ValueWithPos<String> pentry) format isbn13 with separator signs.static ValueWithPos<String>IsbnUtil.isbnFormatWithPos(ValueWithPos<String> pentry) format isbn10 or 13 with separator signs.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 ValueWithPosModifier and TypeMethodDescriptionfinal ValueWithPos<String>AbstractPhoneNumberUtil.formatCommon(ValueWithPos<String> pphoneNumber) format phone number in common format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonInternational(ValueWithPos<String> pphoneNumber) format phone number in common international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonInternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in common international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonInternationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in common international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonNational(ValueWithPos<String> pphoneNumber) format phone number in common national 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.formatCommonNationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) 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.formatCommonWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in common format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008(ValueWithPos<String> pphoneNumber) format phone number in DIN 5008 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008International(ValueWithPos<String> pphoneNumber) format phone number in DIN 5008 international 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.formatDin5008InternationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in DIN 5008 international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008National(ValueWithPos<String> pphoneNumber) format phone number in DIN 5008 national 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.formatDin5008NationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) 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.formatDin5008WithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in DIN 5008 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123(ValueWithPos<String> pphoneNumber) format phone number in E123 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123International(ValueWithPos<String> pphoneNumber) format phone number in E123 international 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.formatE123InternationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in E123 international format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123National(ValueWithPos<String> pphoneNumber) format phone number in E123 national 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.formatE123NationalWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) 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.formatE123WithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in E123 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatMs(ValueWithPos<String> pphoneNumber) format phone number in Microsoft canonical address 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.formatMsWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in Microsoft canonical address format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatRfc3966(ValueWithPos<String> pphoneNumber) format phone number in RFC 3966 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.formatRfc3966WithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in RFC 3966 format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatUrl(ValueWithPos<String> pphoneNumber) format phone number in URL format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatUrlWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) format phone number in URL format with cursor position handling.final ValueWithPos<String>AbstractPhoneNumberUtil.formatUrlWithPos(ValueWithPos<String> pphoneNumber, String pcountryCode) format phone number in URL format with cursor position handling.static ValueWithPos<String>AbstractIbanUtil.ibanFormatWithPos(ValueWithPos<String> pentry) format iban to four character blocks.static ValueWithPos<String>IsbnUtil.isbn10FormatWithPos(ValueWithPos<String> pentry) format isbn10 with separator signs.static ValueWithPos<String>IsbnUtil.isbn13FormatWithPos(ValueWithPos<String> pentry) format isbn13 with separator signs.static ValueWithPos<String>IsbnUtil.isbnFormatWithPos(ValueWithPos<String> pentry) format isbn10 or 13 with separator signs.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.