Class DefaultClassEditor

    • Field Detail

      • CLASS_NAME_PATTERN

        protected static final java.util.regex.Pattern CLASS_NAME_PATTERN
      • textbox

        protected org.zkoss.zul.Textbox textbox
    • Constructor Detail

      • DefaultClassEditor

        public DefaultClassEditor()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component parent,
                           EditorContext<java.lang.Class> context,
                           EditorListener<java.lang.Class> editorListener)
        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
        editorListener - the listener to notify the rest of the world about value changes and other events
      • loadClass

        protected java.lang.Class loadClass​(java.lang.String className)