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, showForLoggedUser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanvoidsetDataHrefLikeBox(String dataHrefLikeBox) voidsetHeightLikeBox(Integer heightLikeBox) voidsetShowFacesLikeBox(boolean showFacesLikeBox) voidsetShowPostLikeBox(boolean showPostLikeBox) voidsetWidthLikeBox(int widthLikeBox) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setShowForLoggedUser, 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)
-