public class DefaultZulCockpitEditorRenderer<T> extends AbstractCockpitEditorRenderer<T>
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENTINITIAL_EDIT_STRING| Constructor and Description |
|---|
DefaultZulCockpitEditorRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillParametersMap(EditorContext<T> context,
Map<Object,Object> parameters) |
void |
render(org.zkoss.zk.ui.Component parent,
EditorContext<T> context,
EditorListener<T> listener)
Creates a new editor component and attaches it to the specified
Component component. |
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecoratorpublic void render(org.zkoss.zk.ui.Component parent,
EditorContext<T> context,
EditorListener<T> listener)
CockpitEditorRendererComponent component.parent - parent component the editor should be attached tocontext - the context for the editor creationlistener - the listener to notify the rest of the world about value changes and other eventsprotected void fillParametersMap(EditorContext<T> context, Map<Object,Object> parameters)
Copyright © 2018. All rights reserved.