Class LanguageKeys
java.lang.Object
com.flowingcode.vaadin.addons.shareeasy.util.LanguageKeys
Representation of the default language keys in Sharee library.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.flowingcode.vaadin.addons.shareeasy.util.LanguageKeys.Directionelemental.json.JsonObjectvoidsetCopiedSuccessfully(String copiedSuccessfully) voidsetCopyLink(String copyLink) voidsetDirection(com.flowingcode.vaadin.addons.shareeasy.util.LanguageKeys.Direction direction) voidsetFacebook(String facebook) voidsetLinkedin(String linkedin) voidsetTelegram(String telegram) voidsetTwitter(String twitter) voidsetWhatsapp(String whatsapp)
-
Constructor Details
-
LanguageKeys
public LanguageKeys()
-
-
Method Details
-
getCopiedSuccessfully
-
setCopiedSuccessfully
-
getDirection
public com.flowingcode.vaadin.addons.shareeasy.util.LanguageKeys.Direction getDirection() -
getTelegram
-
setTelegram
-
getCopyLink
-
setCopyLink
-
getWhatsapp
-
setWhatsapp
-
getTwitter
-
setTwitter
-
getLinkedin
-
setLinkedin
-
getFacebook
-
setFacebook
-
getJsonObject
public elemental.json.JsonObject getJsonObject()
-