Class PhoneNumberCommonItemSuggest
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
-
- de.knightsoftnet.mtwidgets.client.ui.widget.oracle.PhoneNumberCommonItemSuggest
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.SuggestOracle.Suggestion
public class PhoneNumberCommonItemSuggest extends AbstractPhoneNumberItemSuggest
suggest entry of phone number common suggest widget.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description PhoneNumberCommonItemSuggest(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
-
PhoneNumberCommonItemSuggest
public PhoneNumberCommonItemSuggest(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
-
-