Uses of Interface
org.zkoss.util.media.Media
-
-
Uses of Media in org.zkoss.image
Subinterfaces of Media in org.zkoss.image Modifier and Type Interface Description interfaceImageRepresents an image.Classes in org.zkoss.image that implement Media Modifier and Type Class Description classAImageRepresents an image. -
Uses of Media in org.zkoss.sound
Subinterfaces of Media in org.zkoss.sound Modifier and Type Interface Description interfaceAudioRepresents an audio.Classes in org.zkoss.sound that implement Media Modifier and Type Class Description classAAudioRepresents an audio. -
Uses of Media in org.zkoss.stateless.action.data
Methods in org.zkoss.stateless.action.data that return Media Modifier and Type Method Description MediaFileData. getMedia()return the media if any.Methods in org.zkoss.stateless.action.data that return types with arguments of type Media Modifier and Type Method Description java.util.List<Media>FileData. getMedias()return the medias if any. -
Uses of Media in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Media Modifier and Type Method Description static java.lang.StringIMediaBase.JSObjectUrl. generate(Media media) -
Uses of Media in org.zkoss.util.media
Classes in org.zkoss.util.media that implement Media Modifier and Type Class Description classAMediaA media object holding content such PDF, HTML, DOC or XLS content.classRepeatableMediaRepeatableMediaadds functionality to another media, the ability to read repeatedly.Methods in org.zkoss.util.media that return Media Modifier and Type Method Description static MediaRepeatableMedia. getInstance(Media media)Returns a repeatable media with a repeatable input stream or reader, or null if the given media is null.Methods in org.zkoss.util.media with parameters of type Media Modifier and Type Method Description static MediaRepeatableMedia. getInstance(Media media)Returns a repeatable media with a repeatable input stream or reader, or null if the given media is null. -
Uses of Media in org.zkoss.video
Subinterfaces of Media in org.zkoss.video Modifier and Type Interface Description interfaceVideoRepresents a video.Classes in org.zkoss.video that implement Media Modifier and Type Class Description classAVideoRepresents a video. -
Uses of Media in org.zkoss.web.servlet.http
Methods in org.zkoss.web.servlet.http with parameters of type Media Modifier and Type Method Description static voidHttps. write(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Media media, boolean download, boolean repeatable)Write the specified media to HTTP response. -
Uses of Media in org.zkoss.zhtml
Methods in org.zkoss.zhtml with parameters of type Media Modifier and Type Method Description static voidFiledownload. save(Media media)Open a download dialog to save the specified content at the client.static voidFiledownload. save(Media media, java.lang.String flnm)Open a download dialog to save the specified content at the client with the suggested file name. -
Uses of Media in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui with parameters of type Media Modifier and Type Method Description java.lang.StringDesktop. getDownloadMediaURI(Media media, java.lang.String pathInfo)Returns URI for a media that is used to download to the client. -
Uses of Media in org.zkoss.zk.ui.event
Methods in org.zkoss.zk.ui.event that return Media Modifier and Type Method Description MediaUploadEvent. getMedia()Returns the first media being uploaded, or null if no file is uploaded.Media[]UploadEvent. getMedias()Returns the array of media being uploaded, or null if the user uploaded no file at all.Constructors in org.zkoss.zk.ui.event with parameters of type Media Constructor Description UploadEvent(java.lang.String name, Component target, Media[] meds)Constructs the upload event. -
Uses of Media in org.zkoss.zk.ui.ext.render
Methods in org.zkoss.zk.ui.ext.render that return Media Modifier and Type Method Description MediaDynamicMedia. getMedia(java.lang.String pathInfo)Retrieve the view inMediaformat. -
Uses of Media in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return Media Modifier and Type Method Description MediaDesktopImpl. getDownloadMedia(java.lang.String medId, boolean reserved)Methods in org.zkoss.zk.ui.impl with parameters of type Media Modifier and Type Method Description java.lang.StringDesktopImpl. getDownloadMediaURI(Media media, java.lang.String pathInfo) -
Uses of Media in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return Media Modifier and Type Method Description MediaDiskFileItemFactory. createMedia(org.apache.commons.fileupload2.core.FileItem fileItem, java.lang.String contentType, java.lang.String fileName, boolean isNative)Create a newMediainstance from from the supplied parameters and any local factory configuration.MediaDesktopCtrl. getDownloadMedia(java.lang.String medId, boolean reserved)Returns the media that is associated withDesktop.getDownloadMediaURI(org.zkoss.util.media.Media, java.lang.String), or null if not found. -
Uses of Media in org.zkoss.zkex.zul
Methods in org.zkoss.zkex.zul that return Media Modifier and Type Method Description MediaPdfviewer. getContent()Returns the content set byPdfviewer.setContent(org.zkoss.util.media.Media).MediaJasperreport.ExtraCtrl. getMedia(java.lang.String pathInfo)MediaPdfviewer.ExtraCtrl. getMedia(java.lang.String pathInfo)MediaJasperreport. getReport()Returns a AMedia contains report's byte stream.Methods in org.zkoss.zkex.zul with parameters of type Media Modifier and Type Method Description voidJasperreport. setContent(Media media)Sets the content directly.voidPdfviewer. setContent(Media content)Sets the content. -
Uses of Media in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return Media Modifier and Type Method Description MediaCropper.ExtraCtrl. getMedia(java.lang.String pathInfo)MediaLineitem.ExtraCtrl. getMedia(java.lang.String pathInfo)MediaVideo.ExtraCtrl. getMedia(java.lang.String pathInfo)MediaFiledownloadListener. onDownload(Media media, java.lang.Object source, java.lang.String data)Notifies that the user is requesting the media to download.Methods in org.zkoss.zkmax.zul with parameters of type Media Modifier and Type Method Description MediaFiledownloadListener. onDownload(Media media, java.lang.Object source, java.lang.String data)Notifies that the user is requesting the media to download. -
Uses of Media in org.zkoss.zul
Methods in org.zkoss.zul that return Media Modifier and Type Method Description static MediaFileupload. get()Opens a modal dialog with the default message and title, and let user upload a file.static MediaFileupload. get(boolean alwaysNative)Opens a modal dialog with the default message and title, and let user upload a file.static Media[]Fileupload. get(int max)Opens a modal dialog to upload multiple files with the default message and title.static Media[]Fileupload. get(int max, boolean alwaysNative)Opens a modal dialog to upload multiple files with the default message and title.static Media[]Fileupload. get(int max, EventListener<UploadEvent> listener)Opens a modal dialog to upload multiple files with the default message and title.static MediaFileupload. get(java.lang.String message, java.lang.String title)Opens a modal dialog with the specified message and title, and let user upload a file.static MediaFileupload. get(java.lang.String message, java.lang.String title, boolean alwaysNative)Opens a modal dialog with the specified message and title, and let user upload a file.static Media[]Fileupload. get(java.lang.String message, java.lang.String title, int max)Opens a modal dialog to upload multiple files with the specified message and title.static Media[]Fileupload. get(java.lang.String message, java.lang.String title, int max, boolean alwaysNative)Opens a modal dialog to upload multiple files with the specified message, title and options.static Media[]Fileupload. get(java.lang.String message, java.lang.String title, int max, int maxsize, boolean alwaysNative)Opens a modal dialog to upload multiple files with the specified message, title and options.protected static Media[]Fileupload. get(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String message, java.lang.String title, int max, int maxsize, boolean alwaysNative)The implementation of all public get methods.static Media[]Fileupload. get(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String message, java.lang.String title, int max, int maxsize, boolean alwaysNative, EventListener<UploadEvent> listener)Opens a modal dialog to upload multiple files with the specified message, title and options.static Media[]Fileupload. get(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String message, java.lang.String title, java.lang.String accept, int max, int maxsize, boolean alwaysNative, EventListener<UploadEvent> listener)Opens a modal dialog to upload multiple files with the specified message, title and options.static Media[]Fileupload. get(EventListener<UploadEvent> listener)Opens a modal dialog to upload multiple files with the default message and title.MediaIframe. getContent()Returns the content set byIframe.setContent(org.zkoss.util.media.Media).MediaAudio.ExtraCtrl. getMedia(java.lang.String pathInfo)MediaIframe.ExtraCtrl. getMedia(java.lang.String pathInfo)MediaImage.ExtraCtrl. getMedia(java.lang.String pathInfo)Methods in org.zkoss.zul with parameters of type Media Modifier and Type Method Description static voidFiledownload. save(Media media)Open a download dialog to save the specified content at the client.static voidFiledownload. save(Media media, java.lang.String flnm)Open a download dialog to save the specified content at the client with the suggested file name.voidIframe. setContent(Media media)Sets the content directly. -
Uses of Media in org.zkoss.zul.impl
Methods in org.zkoss.zul.impl that return Media Modifier and Type Method Description MediaLabelImageElement.ExtraCtrl. getMedia(java.lang.String pathInfo)Media[]FileuploadDlg. getResult()Returns the result.
-