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
appHideFields, cacheMinutes, device, showForLoggedUser, wrapperAriaLabel, wrapperClass, wrapperId, wrapperTitle -
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, buildWrapperDiv, getAppHideFields, getAppOptions, getBaseAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, getWrapperAriaLabel, getWrapperClass, getWrapperId, getWrapperTitle, init, init, initAppEditor, setAppHideFields, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder, setWrapperAriaLabel, setWrapperClass, setWrapperId, setWrapperTitle
-
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)
-