Package sk.iway.iwcm.components.video
Class VideoApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.video.VideoApp
- 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 TypeMethodDescriptiongetAlign()getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagegetBadge()getField()getFile()getRel()getWidth()voidvoidsetAutoplay(Integer autoplay) voidvoidsetBranding(Integer branding) voidvoidsetControls(Integer controls) voidvoidvoidsetFullscreen(Integer fullscreen) voidvoidsetPercentageWidth(Integer percentageWidth) voidsetPortrait(Integer portrait) voidvoidsetShowinfo(Integer showinfo) voidsetVideoFile(String videoFile) voidvoidsetWidthType(String widthType) 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
-
VideoApp
public VideoApp()
-
-
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
-
getField
-
getFile
-
getVideoFile
-
getWidthType
-
getAlign
-
getWidth
-
getHeight
-
getPercentageWidth
-
getAutoplay
-
getShowinfo
-
getByline
-
getBranding
-
getFullscreen
-
getControls
-
getRel
-
getPortrait
-
getBadge
-
setField
-
setFile
-
setVideoFile
-
setWidthType
-
setAlign
-
setWidth
-
setHeight
-
setPercentageWidth
-
setAutoplay
-
setShowinfo
-
setByline
-
setBranding
-
setFullscreen
-
setControls
-
setRel
-
setPortrait
-
setBadge
-