Package sk.iway.iwcm.components.banner
Class BannerApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.banner.BannerApp
- 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 webpagegetGroup()voidsetBannerIndex(Integer bannerIndex) voidsetDisplayMode(String displayMode) voidsetExplain(String explain) voidsetExplain2(String explain2) voidvoidvoidsetIframe2(String iframe2) voidsetIframeHeight(Integer iframeHeight) voidsetIframeWidth(Integer iframeWidth) voidsetJumbotronVideoClass(String jumbotronVideoClass) voidsetRefreshRate(Integer refreshRate) voidsetShowInIframe(Boolean showInIframe) voidvoidsetVideoWrapperClass(String videoWrapperClass) 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
-
BannerApp
public BannerApp()
-
-
Method Details
-
getAppOptions
public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractReturns list of options for app editor in webpage- Specified by:
getAppOptionsin interfaceWebjetComponentInterface- Overrides:
getAppOptionsin classWebjetComponentAbstract
-
getGroup
-
getStatus
-
getDisplayMode
-
getBannerIndex
-
getExplain
-
getVideoWrapperClass
-
getJumbotronVideoClass
-
getShowInIframe
-
getRefreshRate
-
getExplain2
-
getIframeWidth
-
getIframeHeight
-
getIframe
-
getIframe2
-
setGroup
-
setStatus
-
setDisplayMode
-
setBannerIndex
-
setExplain
-
setVideoWrapperClass
-
setJumbotronVideoClass
-
setShowInIframe
-
setRefreshRate
-
setExplain2
-
setIframeWidth
-
setIframeHeight
-
setIframe
-
setIframe2
-