Class SocialIconApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.appsocialicon.SocialIconApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
appHideFields, cacheMinutes, device, showForLoggedUser, wrapperAriaLabel, wrapperClass, wrapperId, wrapperTitle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagegetLabel()getStyle()voidsetBlog_url(String blog_url) voidsetFacebook_url(String facebook_url) voidsetFlickr_url(String flickr_url) voidsetInstagram_url(String instagram_url) voidvoidsetLinkedin_url(String linkedin_url) voidsetMail_url(String mail_url) voidsetRss_url(String rss_url) voidsetSocialIconAlign(String socialIconAlign) voidvoidsetTwitter_url(String twitter_url) voidsetYoutube_url(String youtube_url) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, buildWrapperDiv, getAppHideFields, getBaseAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, getWrapperAriaLabel, getWrapperClass, getWrapperId, getWrapperTitle, init, init, initAppEditor, setAppHideFields, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder, setWrapperAriaLabel, setWrapperClass, setWrapperId, setWrapperTitle
-
Constructor Details
-
SocialIconApp
public SocialIconApp()
-
-
Method Details
-
getAppOptions
public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractReturns list of options for app editor in webpage- Specified by:
getAppOptionsin interfaceWebjetComponentInterface- Overrides:
getAppOptionsin classWebjetComponentAbstract
-
getLabel
-
getFacebook_url
-
getInstagram_url
-
getLinkedin_url
-
getYoutube_url
-
getTwitter_url
-
getMail_url
-
getBlog_url
-
getFlickr_url
-
getRss_url
-
getStyle
-
getSocialIconAlign
-
setLabel
-
setFacebook_url
-
setInstagram_url
-
setLinkedin_url
-
setYoutube_url
-
setTwitter_url
-
setMail_url
-
setBlog_url
-
setFlickr_url
-
setRss_url
-
setStyle
-
setSocialIconAlign
-