Class PhoneNumberUriItemSuggest
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
-
- de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberUriItemSuggest
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.SuggestOracle.Suggestion
public class PhoneNumberUriItemSuggest extends AbstractPhoneNumberItemSuggest
suggest entry of phone number URI suggest widget.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description PhoneNumberUriItemSuggest(String pcountryCode, String pcountryName, String pareaCode, String pareaName)constructor initializing fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayString()StringgetReplacementString()-
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
getAreaCode, getAreaName, getCountryCode, getCountryName, setAreaCode, setAreaName, setCountryCode, setCountryName
-
-
-
-
Constructor Detail
-
PhoneNumberUriItemSuggest
public PhoneNumberUriItemSuggest(String pcountryCode, String pcountryName, String pareaCode, String pareaName)
constructor initializing fields.- Parameters:
pcountryCode- country code to setpcountryName- country name to setpareaCode- area code to setpareaName- area name to set
-
-
Method Detail
-
getDisplayString
public String getDisplayString()
- Specified by:
getDisplayStringin interfacecom.google.gwt.user.client.ui.SuggestOracle.Suggestion- Specified by:
getDisplayStringin classAbstractPhoneNumberItemSuggest
-
getReplacementString
public String getReplacementString()
- Specified by:
getReplacementStringin interfacecom.google.gwt.user.client.ui.SuggestOracle.Suggestion- Specified by:
getReplacementStringin classAbstractPhoneNumberItemSuggest
-
-