Class IVideo.Updater

    • Constructor Summary

      Constructors 
      Constructor Description
      Updater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IVideo.Updater autoplay​(boolean autoplay)
      Sets the given value of autoplay to update to client widget
      IVideo.Updater clientAction​(java.lang.String clientAction)
      Sets the given value of clientAction to update to client widget
      IVideo.Updater clipToFit​(boolean clipToFit)
      Sets the given value of clipToFit to update to client widget
      IVideo.Updater content​(Video content)
      Sets the given value of content to update to client widget
      IVideo.Updater context​(java.lang.String context)
      Sets the given value of context to update to client widget
      IVideo.Updater controls​(boolean controls)
      Sets the given value of controls to update to client widget
      IVideo.Updater crossorigin​(java.lang.String crossorigin)
      Sets the given value of crossorigin to update to client widget
      IVideo.Updater ctrlKeys​(java.lang.String ctrlKeys)
      Sets the given value of ctrlKeys to update to client widget
      IVideo.Updater dimBackground​(boolean dimBackground)
      Sets the given value of dimBackground to update to client widget
      IVideo.Updater draggable​(java.lang.String draggable)
      Sets the given value of draggable to update to client widget
      IVideo.Updater droppable​(java.lang.String droppable)
      Sets the given value of droppable to update to client widget
      IVideo.Updater focus​(boolean focus)
      Sets the given value of focus to update to client widget
      IVideo.Updater height​(java.lang.String height)
      Sets the given value of height to update to client widget
      IVideo.Updater hflex​(java.lang.String hflex)
      Sets the given value of hflex to update to client widget
      IVideo.Updater id​(java.lang.String id)
      Sets the given value of id to update to client widget
      IVideo.Updater left​(java.lang.String left)
      Sets the given value of left to update to client widget
      IVideo.Updater loop​(boolean loop)
      Sets the given value of loop to update to client widget
      java.util.Map<java.lang.String,​java.lang.Object> marshal()
      Serializes the keys and values of the updater.
      IVideo.Updater mold​(java.lang.String mold)
      Sets the given value of mold to update to client widget
      IVideo.Updater muted​(boolean muted)
      Sets the given value of muted to update to client widget
      IVideo.Updater playbackRate​(double playbackRate)
      Sets the given value of playbackRate to update to client widget
      IVideo.Updater playsinline​(boolean playsinline)
      Sets the given value of playsinline to update to client widget
      IVideo.Updater popup​(java.lang.String popup)
      Sets the given value of popup to update to client widget
      IVideo.Updater poster​(java.lang.String poster)
      Sets the given value of poster to update to client widget
      IVideo.Updater preload​(java.lang.String preload)
      Sets the given value of preload to update to client widget
      IVideo.Updater renderdefer​(int renderdefer)
      Sets the given value of renderdefer to update to client widget
      IVideo.Updater sclass​(java.lang.String sclass)
      Sets the given value of sclass to update to client widget
      IVideo.Updater style​(java.lang.String style)
      Sets the given value of style to update to client widget
      IVideo.Updater tabindex​(java.lang.Integer tabindex)
      Sets the given value of tabindex to update to client widget
      IVideo.Updater tooltip​(java.lang.String tooltip)
      Sets the given value of tooltip to update to client widget
      IVideo.Updater tooltiptext​(java.lang.String tooltiptext)
      Sets the given value of tooltiptext to update to client widget
      IVideo.Updater top​(java.lang.String top)
      Sets the given value of top to update to client widget
      IVideo.Updater vflex​(java.lang.String vflex)
      Sets the given value of vflex to update to client widget
      IVideo.Updater visible​(boolean visible)
      Sets the given value of visible to update to client widget
      IVideo.Updater volume​(double volume)
      Sets the given value of volume to update to client widget
      IVideo.Updater widgetClass​(java.lang.String widgetClass)
      Sets the given value of widgetClass to update to client widget
      IVideo.Updater width​(java.lang.String width)
      Sets the given value of width to update to client widget
      IVideo.Updater zclass​(java.lang.String zclass)
      Sets the given value of zclass to update to client widget
      IVideo.Updater zIndex​(int zIndex)
      Sets the given value of zIndex to update to client widget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait