Class DefaultZulCockpitEditorRenderer<T>
- java.lang.Object
-
- com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<T>
-
- com.hybris.cockpitng.editors.impl.DefaultZulCockpitEditorRenderer<T>
-
- All Implemented Interfaces:
CockpitEditorRenderer<T>
public class DefaultZulCockpitEditorRenderer<T> extends AbstractCockpitEditorRenderer<T>
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINER
-
Fields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING
-
-
Constructor Summary
Constructors Constructor Description DefaultZulCockpitEditorRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfillParametersMap(EditorContext<T> context, java.util.Map<java.lang.Object,java.lang.Object> parameters)voidrender(org.zkoss.zk.ui.Component parent, EditorContext<T> context, EditorListener<T> listener)Creates a new editor component and attaches it to the specifiedComponentcomponent.-
Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
-
-
-
Method Detail
-
render
public void render(org.zkoss.zk.ui.Component parent, EditorContext<T> context, EditorListener<T> listener)Description copied from interface:CockpitEditorRendererCreates a new editor component and attaches it to the specifiedComponentcomponent.- Parameters:
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 events
-
fillParametersMap
protected void fillParametersMap(EditorContext<T> context, java.util.Map<java.lang.Object,java.lang.Object> parameters)
-
-