Class FileUploaderUIEditor

  • All Implemented Interfaces:
    UIEditor

    public class FileUploaderUIEditor
    extends AbstractUIEditor
    UI editor for file uploads: used for the source file upload for import cockpit cron jobs. User: tolik Date: Dec 1, 2009 Time: 6:42:29 PM
    • Constructor Detail

      • FileUploaderUIEditor

        public FileUploaderUIEditor()
    • Method Detail

      • getMediaService

        protected MediaService getMediaService()
      • createViewComponent

        public org.zkoss.zk.ui.HtmlBasedComponent createViewComponent​(java.lang.Object initialValue,
                                                                      java.util.Map parameters,
                                                                      EditorListener listener)
        Description copied from interface: UIEditor
        Creates a new editor component and attaches it to the specified Page page.
        Parameters:
        initialValue - editor's initial value
        parameters - parameters passed via configuration for particular editor
        listener - the EditorListener that will receive events when the editor's value is changed
        Returns:
        the editor component
      • getEditorType

        public java.lang.String getEditorType()
      • isInline

        public boolean isInline()
        Description copied from interface: UIEditor
        Returns whether this editor is an inline editor or not.
        Returns:
        true, if inline