public class DefaultClassEditor extends AbstractCockpitEditorRenderer<Class>
| Modifier and Type | Field and Description |
|---|---|
protected static Pattern |
CLASS_NAME_PATTERN |
protected org.zkoss.zul.Textbox |
textbox |
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENTINITIAL_EDIT_STRING| Constructor and Description |
|---|
DefaultClassEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected Class |
loadClass(String className) |
void |
render(org.zkoss.zk.ui.Component parent,
EditorContext<Class> context,
EditorListener<Class> editorListener)
Creates a new editor component and attaches it to the specified
Component component. |
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecoratorprotected static final Pattern CLASS_NAME_PATTERN
protected org.zkoss.zul.Textbox textbox
public void render(org.zkoss.zk.ui.Component parent,
EditorContext<Class> context,
EditorListener<Class> editorListener)
CockpitEditorRendererComponent component.parent - parent component the editor should be attached tocontext - the context for the editor creationeditorListener - the listener to notify the rest of the world about value changes and other eventsCopyright © 2018. All rights reserved.