ValueWithPos<String> |
AbstractPhoneNumberUtil.formatCommonInternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in common international format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatCommonNationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in common national format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatCommonWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData,
PhoneCountryData pcountryData) |
format phone number in common format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatDin5008InternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in DIN 5008 international format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatDin5008NationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in DIN 5008 national format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatDin5008WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData,
PhoneCountryData pcountryData) |
format phone number in DIN 5008 format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatE123InternationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in E123 international format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatE123NationalWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in E123 national format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatE123WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData,
PhoneCountryData pcountryData) |
format phone number in E123 format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatMsWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in Microsoft canonical address format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatRfc3966WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in RFC 3966 format with cursor position handling.
|
ValueWithPos<String> |
AbstractPhoneNumberUtil.formatUrlWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData) |
format phone number in URL format with cursor position handling.
|