Class DefaultDateUIEditor
java.lang.Object
de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
de.hybris.platform.cockpit.model.editor.impl.AbstractTextBasedUIEditor
de.hybris.platform.cockpit.model.editor.impl.DefaultDateUIEditor
- All Implemented Interfaces:
UIEditor
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
AbstractUIEditor.CancelButtonContainer, AbstractUIEditor.CancelListener, AbstractUIEditor.ErrorDiv -
Field Summary
FieldsFields inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractTextBasedUIEditor
originalValueFields inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
ATTRIBUTE_QUALIFIER_PARAM, CANCEL_BTN, EVENT_SOURCE, inEditMode, initialEditValue, initialInputString, PROPERTY_DESCRIPTOR_PARAM, SEARCH_MODE_PARAMFields inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.HtmlBasedComponentcreateViewComponent(Object initialValue, Map<String, ? extends Object> parameters, EditorListener listener) Creates a new editor component and attaches it to the specifiedPagepage.protected AbstractUIEditor.CancelButtonContainercreateViewComponentInternal(org.zkoss.zul.impl.InputElement editorView, EditorListener listener, Map<String, ? extends Object> parameters) protected voidfireValueChanged(EditorListener listener) protected voidfireValueChanged(EditorListener listener, org.zkoss.zk.ui.Component component) booleanisInline()Returns whether this editor is an inline editor or not.voidsetFocus(org.zkoss.zk.ui.HtmlBasedComponent rootEditorComponent, boolean selectAll) Sets the focus on the given input component which can be the rootEditorComponent or a child of itMethods inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
applyReferenceRelatedAttributes, createEditor, createEditor, createEditor, createEditor, filterValues, getRootSearchType, getUIEditor, getValue, isEditable, isEditable, isOptional, isSearchMode, parseInitialInputString, parseTemplateCodes, persistValues, persistValues, setEditable, setOptional, setValue
-
Field Details
-
editingCanceled
protected boolean editingCanceled
-
-
Constructor Details
-
DefaultDateUIEditor
public DefaultDateUIEditor()
-
-
Method Details
-
createViewComponent
public org.zkoss.zk.ui.HtmlBasedComponent createViewComponent(Object initialValue, Map<String, ? extends Object> parameters, EditorListener listener) Description copied from interface:UIEditorCreates a new editor component and attaches it to the specifiedPagepage.- Parameters:
initialValue- editor's initial valueparameters- parameters passed via configuration for particular editorlistener- theEditorListenerthat will receive events when the editor's value is changed- Returns:
- the editor component
-
createViewComponentInternal
protected AbstractUIEditor.CancelButtonContainer createViewComponentInternal(org.zkoss.zul.impl.InputElement editorView, EditorListener listener, Map<String, ? extends Object> parameters) - Overrides:
createViewComponentInternalin classAbstractTextBasedUIEditor
-
fireValueChanged
-
fireValueChanged
- Overrides:
fireValueChangedin classAbstractUIEditor
-
getEditorType
-
isInline
public boolean isInline()Description copied from interface:UIEditorReturns whether this editor is an inline editor or not.- Returns:
- true, if inline
-
setFocus
public void setFocus(org.zkoss.zk.ui.HtmlBasedComponent rootEditorComponent, boolean selectAll) Description copied from interface:UIEditorSets the focus on the given input component which can be the rootEditorComponent or a child of it- Specified by:
setFocusin interfaceUIEditor- Overrides:
setFocusin classAbstractTextBasedUIEditor- Parameters:
rootEditorComponent- the rootEditorComponent which is returned on method createViewComponentselectAll- if true, select the whole input field after focus. It is not guaranteed that the editor supports selection.
-