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
Constructors Modifier Constructor Description protectedAbstractPhoneNumberItemSuggest()default constructor.protectedAbstractPhoneNumberItemSuggest(String pcountryCode, String pcountryName, String pareaCode, String pareaName)constructor initializing fields.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetAreaCode()StringgetAreaName()StringgetCountryCode()StringgetCountryName()abstract StringgetDisplayString()abstract StringgetReplacementString()voidsetAreaCode(String pareaCode)voidsetAreaName(String pareaName)voidsetCountryCode(String pcountryCode)voidsetCountryName(String pcountryName)
-
-
-
Constructor Detail
-
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 Detail
-
getDisplayString
public abstract String getDisplayString()
- Specified by:
getDisplayStringin interfacecom.google.gwt.user.client.ui.SuggestOracle.Suggestion
-
getReplacementString
public abstract String getReplacementString()
- Specified by:
getReplacementStringin interfacecom.google.gwt.user.client.ui.SuggestOracle.Suggestion
-
getCountryCode
public final String getCountryCode()
-
setCountryCode
public final void setCountryCode(String pcountryCode)
-
getCountryName
public final String getCountryName()
-
setCountryName
public final void setCountryName(String pcountryName)
-
getAreaCode
public final String getAreaCode()
-
setAreaCode
public final void setAreaCode(String pareaCode)
-
getAreaName
public final String getAreaName()
-
setAreaName
public final void setAreaName(String pareaName)
-
-