public class CompareViewLabelRendererWrapper extends AbstractCockpitEditorRenderer<Object>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NO_VALUE_LABEL |
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENTINITIAL_EDIT_STRING| Constructor and Description |
|---|
CompareViewLabelRendererWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.Label |
createNoValueLabel(EditorContext<Object> context) |
CockpitEditorRenderer<Object> |
getValueRenderer() |
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. |
void |
setValueRenderer(CockpitEditorRenderer<Object> valueRenderer) |
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecoratorprotected static final String NO_VALUE_LABEL
public void render(org.zkoss.zk.ui.Component parent,
EditorContext<Object> context,
EditorListener<Object> 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 org.zkoss.zul.Label createNoValueLabel(EditorContext<Object> context)
public CockpitEditorRenderer<Object> getValueRenderer()
public void setValueRenderer(CockpitEditorRenderer<Object> valueRenderer)
Copyright © 2018. All rights reserved.