public interface CockpitEditorRenderer<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
INITIAL_EDIT_STRING |
| Modifier and Type | Method and Description |
|---|---|
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. |
static final String INITIAL_EDIT_STRING
void render(org.zkoss.zk.ui.Component parent,
EditorContext<T> context,
EditorListener<T> listener)
Component 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 eventsCopyright © 2018. All rights reserved.