public class DefaultDummyEditorRenderer extends Object implements CockpitEditorRenderer<Object>
INITIAL_EDIT_STRING| Constructor and Description |
|---|
DefaultDummyEditorRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
render(org.zkoss.zk.ui.Component parent,
EditorContext<Object> context,
EditorListener<Object> listener)
Creates a new editor component and attaches it to the specified
Component component. |
public void render(org.zkoss.zk.ui.Component parent,
EditorContext<Object> context,
EditorListener<Object> listener)
CockpitEditorRendererComponent component.render in interface CockpitEditorRenderer<Object>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 eventsCopyright © 2018. All rights reserved.