Class FacebookLikeBoxApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.appfacebooklikebox.FacebookLikeBoxApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
void
setDataHrefLikeBox
(String dataHrefLikeBox) void
setHeightLikeBox
(Integer heightLikeBox) void
setShowFacesLikeBox
(boolean showFacesLikeBox) void
setShowPostLikeBox
(boolean showPostLikeBox) void
setWidthLikeBox
(int widthLikeBox) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getAppOptions, getCacheMinutes, getDevice, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setViewFolder
-
Constructor Details
-
FacebookLikeBoxApp
public FacebookLikeBoxApp()
-
-
Method Details
-
getDataHrefLikeBox
-
getWidthLikeBox
public int getWidthLikeBox() -
getHeightLikeBox
-
isShowFacesLikeBox
public boolean isShowFacesLikeBox() -
isShowPostLikeBox
public boolean isShowPostLikeBox() -
setDataHrefLikeBox
-
setWidthLikeBox
public void setWidthLikeBox(int widthLikeBox) -
setHeightLikeBox
-
setShowFacesLikeBox
public void setShowFacesLikeBox(boolean showFacesLikeBox) -
setShowPostLikeBox
public void setShowPostLikeBox(boolean showPostLikeBox)
-