Class DefaultFileUploadEditor

    • Constructor Detail

      • DefaultFileUploadEditor

        public DefaultFileUploadEditor()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component parent,
                           EditorContext<FileUploadResult> context,
                           EditorListener<FileUploadResult> listener)
        Description copied from interface: CockpitEditorRenderer
        Creates a new editor component and attaches it to the specified Component component.
        Parameters:
        parent - parent component the editor should be attached to
        context - the context for the editor creation
        listener - the listener to notify the rest of the world about value changes and other events
      • generatePreview

        protected void generatePreview​(FileUploadResult value,
                                       org.zkoss.zul.Div previewComponent)
      • generatePreview

        protected void generatePreview​(org.zkoss.util.media.Media media,
                                       org.zkoss.zul.Div previewComponent)