Class ProductCodeReferenceUIEditor

All Implemented Interfaces:
UIEditor

@Deprecated public class ProductCodeReferenceUIEditor extends DefaultTextUIEditor
Deprecated.
since 6.3
Editor moved to : ProductCodeReferenceUIEditor.
Editor class from admincockpit will be removed.
  • Constructor Details

    • ProductCodeReferenceUIEditor

      public ProductCodeReferenceUIEditor()
      Deprecated.
  • Method Details

    • createViewComponent

      public org.zkoss.zk.ui.HtmlBasedComponent createViewComponent(Object initialValue, Map<String,? extends Object> parameters, EditorListener listener)
      Deprecated.
      Description copied from interface: UIEditor
      Creates a new editor component and attaches it to the specified Page page.
      Specified by:
      createViewComponent in interface UIEditor
      Overrides:
      createViewComponent in class DefaultTextUIEditor
      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
    • createEditor

      protected ReferenceUIEditor createEditor()
      Deprecated.