Class CelumMediaReferenceCollectionUIEditor
- java.lang.Object
-
- de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
-
- de.hybris.platform.cockpit.model.referenceeditor.impl.AbstractReferenceUIEditor
-
- de.hybris.platform.cockpit.model.referenceeditor.impl.DefaultMediaReferenceCollectionUIEditor
-
- de.hybris.platform.cockpit.model.referenceeditor.celum.impl.CelumMediaReferenceCollectionUIEditor
-
- All Implemented Interfaces:
ReferenceUIEditor,UIEditor
@Deprecated public class CelumMediaReferenceCollectionUIEditor extends DefaultMediaReferenceCollectionUIEditor
Deprecated.since 6.3, use instead @{link CelumMediaCollectionUIEditor}.The Class CelumMediaReferenceCollectionUIEditor.
-
-
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
-
Fields 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_PARAM
-
Fields inherited from interface de.hybris.platform.cockpit.model.editor.ReferenceUIEditor
ALLOW_CREATE_PARAM_KEY
-
Fields inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
INITIAL_EDIT_STRING
-
-
Constructor Summary
Constructors Constructor Description CelumMediaReferenceCollectionUIEditor()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.zkoss.zk.ui.HtmlBasedComponentcreateViewComponent(java.lang.Object initialValue, java.util.Map<java.lang.String,? extends java.lang.Object> parameters, EditorListener listener)Deprecated.Creates a new editor component and attaches it to the specifiedPagepage.CelumMediaEditorBasegetCelumMediaEditorBase()Deprecated.protected MediaReferenceCollectionEditorgetCollectionEditor(EditorListener editorListener, AdditionalReferenceEditorListener additionalListener)Deprecated.protected voidrenderEditorContent(org.zkoss.zk.ui.HtmlBasedComponent parent, java.lang.Object initialValue, java.util.Map<java.lang.String,? extends java.lang.Object> parameters, EditorListener listener)Deprecated.-
Methods inherited from class de.hybris.platform.cockpit.model.referenceeditor.impl.DefaultMediaReferenceCollectionUIEditor
getMimeType, getModel, getRootSearchType, getRootType, getSourceItem, getValue, isInline, setFocus, setMimeType, setRootSearchType, setRootType, setSourceItem, setValue
-
Methods inherited from class de.hybris.platform.cockpit.model.referenceeditor.impl.AbstractReferenceUIEditor
findMaxAutocompleteSearchResults, getBooleanParameter, getEditorType, isAllowCreate, setAllowCreate
-
Methods inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
applyReferenceRelatedAttributes, createEditor, createEditor, createEditor, createEditor, filterValues, fireValueChanged, getRootSearchType, getUIEditor, isEditable, isEditable, isOptional, isSearchMode, parseInitialInputString, parseTemplateCodes, persistValues, persistValues, setEditable, setOptional
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
isEditable, isOptional, setEditable, setOptional
-
-
-
-
Method Detail
-
createViewComponent
public org.zkoss.zk.ui.HtmlBasedComponent createViewComponent(java.lang.Object initialValue, java.util.Map<java.lang.String,? extends java.lang.Object> parameters, EditorListener listener)Deprecated.Description copied from interface:UIEditorCreates a new editor component and attaches it to the specifiedPagepage.- Specified by:
createViewComponentin interfaceUIEditor- Overrides:
createViewComponentin classDefaultMediaReferenceCollectionUIEditor- 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
-
getCelumMediaEditorBase
public CelumMediaEditorBase getCelumMediaEditorBase()
Deprecated.- Returns:
- the celumMediaEditorBase
-
getCollectionEditor
protected MediaReferenceCollectionEditor getCollectionEditor(EditorListener editorListener, AdditionalReferenceEditorListener additionalListener)
Deprecated.- Overrides:
getCollectionEditorin classDefaultMediaReferenceCollectionUIEditor- Returns:
- the collectionEditor
-
renderEditorContent
protected void renderEditorContent(org.zkoss.zk.ui.HtmlBasedComponent parent, java.lang.Object initialValue, java.util.Map<java.lang.String,? extends java.lang.Object> parameters, EditorListener listener)Deprecated.
-
-