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
cacheMinutes, device, showForLoggedUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions
(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagegetLabel()
getStyle()
void
setBlog_url
(String blog_url) void
setFacebook_url
(String facebook_url) void
setFlickr_url
(String flickr_url) void
setInstagram_url
(String instagram_url) void
void
setLinkedin_url
(String linkedin_url) void
setMail_url
(String mail_url) void
setRss_url
(String rss_url) void
setSocialIconAlign
(String socialIconAlign) void
void
setTwitter_url
(String twitter_url) void
setYoutube_url
(String youtube_url) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder
-
Constructor Details
-
SocialIconApp
public SocialIconApp()
-
-
Method Details
-
getAppOptions
public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstract
Returns list of options for app editor in webpage- Specified by:
getAppOptions
in interfaceWebjetComponentInterface
- Overrides:
getAppOptions
in 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
-