Class DefaultStandardDateRangeEditor
java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<StandardDateRange>
de.hybris.platform.platformbackoffice.editors.standarddaterange.DefaultStandardDateRangeEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<StandardDateRange>
public class DefaultStandardDateRangeEditor
extends com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<StandardDateRange>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.hybris.cockpitng.components.Editorstatic final StringFields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINERFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessValueChange(com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context) voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context, com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener) Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
Field Details
-
SUBEDITOR_DEFINITION_STRING
- See Also:
-
editor
protected com.hybris.cockpitng.components.Editor editor
-
-
Constructor Details
-
DefaultStandardDateRangeEditor
public DefaultStandardDateRangeEditor()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context, com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener) -
processValueChange
protected void processValueChange(com.hybris.cockpitng.editors.EditorListener<StandardDateRange> listener, com.hybris.cockpitng.editors.EditorContext<StandardDateRange> context)
-