Class AbstractPhoneNumberItemSuggest
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.oracle.AbstractPhoneNumberItemSuggest
- All Implemented Interfaces:
com.google.gwt.user.client.ui.SuggestOracle.Suggestion
- Direct Known Subclasses:
PhoneNumberCommonItemSuggest,PhoneNumberDin5008ItemSuggest,PhoneNumberE123ItemSuggest,PhoneNumberMsItemSuggest,PhoneNumberUriItemSuggest
public abstract class AbstractPhoneNumberItemSuggest
extends Object
implements com.google.gwt.user.client.ui.SuggestOracle.Suggestion
abstract suggest entry of phone number suggest widgets.
- Author:
- Manfred Tremmel
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotecteddefault constructor.protectedAbstractPhoneNumberItemSuggest(String pcountryCode, String pcountryName, String pareaCode, String pareaName) constructor initializing fields. -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringfinal Stringfinal Stringfinal Stringabstract Stringabstract Stringfinal voidsetAreaCode(String pareaCode) final voidsetAreaName(String pareaName) final voidsetCountryCode(String pcountryCode) final voidsetCountryName(String pcountryName)
-
Constructor Details
-
AbstractPhoneNumberItemSuggest
protected AbstractPhoneNumberItemSuggest()default constructor. -
AbstractPhoneNumberItemSuggest
protected AbstractPhoneNumberItemSuggest(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 Details
-
getDisplayString
- Specified by:
getDisplayStringin interfacecom.google.gwt.user.client.ui.SuggestOracle.Suggestion
-
getReplacementString
- Specified by:
getReplacementStringin interfacecom.google.gwt.user.client.ui.SuggestOracle.Suggestion
-
getCountryCode
-
setCountryCode
-
getCountryName
-
setCountryName
-
getAreaCode
-
setAreaCode
-
getAreaName
-
setAreaName
-