Class DefaultZulCockpitEditorRenderer<T>

    • Constructor Detail

      • DefaultZulCockpitEditorRenderer

        public DefaultZulCockpitEditorRenderer()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component parent,
                           EditorContext<T> context,
                           EditorListener<T> 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
      • fillParametersMap

        protected void fillParametersMap​(EditorContext<T> context,
                                         java.util.Map<java.lang.Object,​java.lang.Object> parameters)