Uses of Interface
org.zkoss.video.Video
-
Packages that use Video Package Description org.zkoss.stateless.sul org.zkoss.video org.zkoss.zkmax.zul -
-
Uses of Video in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return Video Modifier and Type Method Description VideoIVideo. getContent()Returns the content set byIVideo.withContent(org.zkoss.video.Video).Methods in org.zkoss.stateless.sul with parameters of type Video Modifier and Type Method Description IVideoIVideo. withContent(Video content)Returns a copy ofthisimmutable component with the specifiedcontent. -
Uses of Video in org.zkoss.video
Classes in org.zkoss.video that implement Video Modifier and Type Class Description classAVideoRepresents a video. -
Uses of Video in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return Video Modifier and Type Method Description VideoVideo. getContent()Note: it won't fetch what is set thru byVideo.setSrc(java.lang.String).Methods in org.zkoss.zkmax.zul with parameters of type Video Modifier and Type Method Description voidVideo. setContent(Video content)Calling this method implies setSrc(null).
-