Class UiVideoPlayer

  • All Implemented Interfaces:
    UiObject

    public class UiVideoPlayer
    extends UiComponent
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • url

        protected java.lang.String url
      • autoplay

        protected boolean autoplay
      • showControls

        protected boolean showControls
      • posterImageUrl

        protected java.lang.String posterImageUrl
      • sendPlayerProgressEventsEachXSeconds

        protected int sendPlayerProgressEventsEachXSeconds
      • backgroundColor

        protected java.lang.String backgroundColor
    • Constructor Detail

      • UiVideoPlayer

        @Deprecated
        public UiVideoPlayer()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiVideoPlayer

        public UiVideoPlayer​(java.lang.String url)