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()
void
void
setAutoplay
(Integer autoplay) void
void
setBranding
(Integer branding) void
void
setControls
(Integer controls) void
void
void
setFullscreen
(Integer fullscreen) void
void
setPercentageWidth
(Integer percentageWidth) void
setPortrait
(Integer portrait) void
void
setShowinfo
(Integer showinfo) void
setVideoFile
(String videoFile) void
void
setWidthType
(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:WebjetComponentAbstract
Returns list of options for app editor in webpage- Specified by:
getAppOptions
in interfaceWebjetComponentInterface
- Overrides:
getAppOptions
in 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
-