Class VideoApp

All Implemented Interfaces:
WebjetComponentInterface

public class VideoApp extends WebjetComponentAbstract
  • 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 interface WebjetComponentInterface
      Overrides:
      getAppOptions in class WebjetComponentAbstract
    • getField

      public String getField()
    • getFile

      public String getFile()
    • getVideoFile

      public String getVideoFile()
    • getWidthType

      public String getWidthType()
    • getAlign

      public String getAlign()
    • getWidth

      public Integer getWidth()
    • getHeight

      public Integer getHeight()
    • getPercentageWidth

      public Integer getPercentageWidth()
    • getAutoplay

      public Integer getAutoplay()
    • getShowinfo

      public Integer getShowinfo()
    • getByline

      public Integer getByline()
    • getBranding

      public Integer getBranding()
    • getFullscreen

      public Integer getFullscreen()
    • getControls

      public Integer getControls()
    • getRel

      public Integer getRel()
    • getPortrait

      public Integer getPortrait()
    • getBadge

      public Integer getBadge()
    • setField

      public void setField(String field)
    • setFile

      public void setFile(String file)
    • setVideoFile

      public void setVideoFile(String videoFile)
    • setWidthType

      public void setWidthType(String widthType)
    • setAlign

      public void setAlign(String align)
    • setWidth

      public void setWidth(Integer width)
    • setHeight

      public void setHeight(Integer height)
    • setPercentageWidth

      public void setPercentageWidth(Integer percentageWidth)
    • setAutoplay

      public void setAutoplay(Integer autoplay)
    • setShowinfo

      public void setShowinfo(Integer showinfo)
    • setByline

      public void setByline(Integer byline)
    • setBranding

      public void setBranding(Integer branding)
    • setFullscreen

      public void setFullscreen(Integer fullscreen)
    • setControls

      public void setControls(Integer controls)
    • setRel

      public void setRel(Integer rel)
    • setPortrait

      public void setPortrait(Integer portrait)
    • setBadge

      public void setBadge(Integer badge)