Uses of Class
com.hybris.cockpitng.components.Editor
-
-
Uses of Editor in com.hybris.backoffice.widgets.advancedsearch.impl.renderer
Methods in com.hybris.backoffice.widgets.advancedsearch.impl.renderer that return Editor Modifier and Type Method Description protected EditorAdvancedSearchRenderer. createEditor(FieldType field, int rowIndex, SearchConditionData data)protected EditorAdvancedSearchRenderer. createEditor(FieldType field, int rowIndex, SearchConditionData data, boolean isEditorInAddAttributeRow)protected EditorAdvancedSearchRenderer. getEditorForField(SearchAttributeDescriptor searchAttributeDescriptor)Methods in com.hybris.backoffice.widgets.advancedsearch.impl.renderer that return types with arguments of type Editor Modifier and Type Method Description java.util.Map<SearchAttributeDescriptor,Editor>AdvancedSearchRenderer. getFieldEditors()Methods in com.hybris.backoffice.widgets.advancedsearch.impl.renderer with parameters of type Editor Modifier and Type Method Description protected voidAdvancedSearchRenderer. applyReferenceAdvancedSearch(Editor editor)UsesAbstractReferenceEditor.PARAM_REFERENCE_ADVANCED_SEARCH_ENABLEDfrom the widget's settings.protected voidAdvancedSearchRenderer. assignEditorToField(SearchAttributeDescriptor searchAttributeDescriptor, Editor editor)protected voidAdvancedSearchRenderer. disableDblClickOnReferenceEditor(Editor editor)protected booleanAdvancedSearchRenderer. isReferenceEditor(Editor editor)protected voidAdvancedSearchRenderer. updateLocalizedEditorValueOnLanguageSelected(Editor editor, java.lang.Object eventData, AdvancedSearchData searchData, int rowIndex) -
Uses of Editor in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl
Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl that return Editor Modifier and Type Method Description protected EditorDefaultFieldQueryFieldRenderer. createEditor(org.zkoss.zk.ui.Component parent, WidgetInstanceManager widgetInstanceManager)Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl with parameters of type Editor Modifier and Type Method Description protected voidDefaultFieldQueryFieldRenderer. adjustReferenceSearch(Editor editor, DataType dataType) -
Uses of Editor in com.hybris.cockpitng.common
Methods in com.hybris.cockpitng.common that return Editor Modifier and Type Method Description EditorEditorBuilder. build()Builds editor componentEditorEditorBuilder. buildNotInitialized()Deprecated, for removal: This API element is subject to removal in a future version.since 6.7, please create an instance manually and useEditorConfiguratorinsteadprotected EditorEditorBuilder.EditorConditional. getElement()Methods in com.hybris.cockpitng.common that return types with arguments of type Editor Modifier and Type Method Description EditorBuilder.Conditional<Editor>EditorBuilder. ifTrue(boolean test)Allows conditional modification of editor before it is initialized using flow programming.Method parameters in com.hybris.cockpitng.common with type arguments of type Editor Modifier and Type Method Description EditorBuilderEditorBuilder. apply(java.util.function.Consumer<Editor> configuration)Allows any modification of editor to be applied before it is initialized.Constructors in com.hybris.cockpitng.common with parameters of type Editor Constructor Description EditorBuilder(Editor editor, EditorConfigurator editorConfigurator)EditorConfigurator(Editor editor)Creates a configurator - object that helps configuring existingEditorcomponents. -
Uses of Editor in com.hybris.cockpitng.components.validation
Methods in com.hybris.cockpitng.components.validation with parameters of type Editor Modifier and Type Method Description <T> voidDefaultEditorValidation. init(ValidatableContainer validatableContainer, Editor editor, EditorContext<T> editorContext)<T> voidEditorValidation. init(ValidatableContainer validatableContainer, Editor editor, EditorContext<T> editorContext) -
Uses of Editor in com.hybris.cockpitng.editor.commonreferenceeditor
Methods in com.hybris.cockpitng.editor.commonreferenceeditor that return Editor Modifier and Type Method Description protected EditorAbstractReferenceEditor. findAncestorEditor(org.zkoss.zk.ui.Component component)find first component in hierarchy which is an Editorprotected EditorAbstractReferenceEditor. getParentEditor()Methods in com.hybris.cockpitng.editor.commonreferenceeditor with parameters of type Editor Modifier and Type Method Description protected voidAbstractReferenceEditor. setParentEditor(Editor parentEditor) -
Uses of Editor in com.hybris.cockpitng.editor.decorated
Methods in com.hybris.cockpitng.editor.decorated that return Editor Modifier and Type Method Description protected EditorAbstractEditorRendererWrapper. createEditor(EditorContext<java.lang.Object> context, EditorListener<java.lang.Object> listener, java.lang.String valueType, java.lang.String editorType) -
Uses of Editor in com.hybris.cockpitng.editor.defaultlist
Methods in com.hybris.cockpitng.editor.defaultlist that return Editor Modifier and Type Method Description protected EditorDefaultListEditorRenderer. createEditorWithNestedContext(EditorContext<java.util.List<E>> context, java.lang.String listType)Creates editor for nested typewith nested eMethods in com.hybris.cockpitng.editor.defaultlist with parameters of type Editor Modifier and Type Method Description protected voidDefaultListEditorRenderer. applyRequiredSClasses(java.lang.String listType, Editor addPopupEditor) -
Uses of Editor in com.hybris.cockpitng.editor.defaultmap
Methods in com.hybris.cockpitng.editor.defaultmap with parameters of type Editor Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>DefaultMapEditorRenderer. createSaveInlineValueListener(K key, Editor inlineEditorKey, Editor inlineEditorValue, EditorListener<java.util.Map<K,V>> listener, EditorContext<java.util.Map<K,V>> context) -
Uses of Editor in com.hybris.cockpitng.editor.defaultrange
Methods in com.hybris.cockpitng.editor.defaultrange that return Editor Modifier and Type Method Description protected EditorDefaultRangeEditor. createEditor(EditorContext<Range<T>> context, EditorListener<Range<T>> listener)Creates singleEditorcomponent for the range embedded type.EditorDefaultRangeEditor. getEndEditor()EditorDefaultRangeEditor. getStartEditor()Methods in com.hybris.cockpitng.editor.defaultrange with parameters of type Editor Modifier and Type Method Description voidDefaultRangeEditor. setEndEditor(Editor endEditor)voidDefaultRangeEditor. setStartEditor(Editor startEditor) -
Uses of Editor in com.hybris.cockpitng.editor.extendedmultireferenceeditor
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor with parameters of type Editor Modifier and Type Method Description voidInlinePopup. confirm(Editor editor, CellContext<T> cellContext, org.zkoss.zul.Listcell cell)voidInlinePopup. createPopup(org.zkoss.zul.Listcell cell, CellContext<T> cellContext, Editor editor) -
Uses of Editor in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer that return Editor Modifier and Type Method Description protected EditorDefaultCellRenderer. createEditorInstance(CellContext<T> cellContext) -
Uses of Editor in com.hybris.cockpitng.editor.instant
Methods in com.hybris.cockpitng.editor.instant that return Editor Modifier and Type Method Description protected EditorInstantEditorRenderer. createNestedEditor(EditorContext<java.lang.Object> context, EditorListener<java.lang.Object> listener)EditorFocusableContainer. getEditor()Methods in com.hybris.cockpitng.editor.instant with parameters of type Editor Modifier and Type Method Description protected org.zkoss.zul.DivInstantEditorRenderer. createEditorButtons(org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, org.zkoss.zk.ui.HtmlBasedComponent label, Executable labelUpdate)protected org.zkoss.zul.DivInstantEditorRenderer. createEditorButtons(org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, org.zkoss.zul.Label label, InstantEditorLabelProvider labelProvider)Deprecated, for removal: This API element is subject to removal in a future version.since 6.6protected org.zkoss.zul.DivInstantEditorRenderer. createEditorContainer(Editor editor, EditorListener<java.lang.Object> listener, org.zkoss.zk.ui.HtmlBasedComponent label, Executable labelUpdate)protected org.zkoss.zul.DivInstantEditorRenderer. createEditorContainer(Editor editor, EditorListener<java.lang.Object> listener, org.zkoss.zul.Label label, InstantEditorLabelProvider labelProvider)Deprecated, for removal: This API element is subject to removal in a future version.since 6.6protected java.lang.IllegalStateExceptionInstantEditorRenderer. createNoLabelProviderFoundException(Editor editor, java.lang.String labelProviderBeanId)Deprecated, for removal: This API element is subject to removal in a future version.since 6.6protected voidInstantEditorRenderer. updateValueLabel(org.zkoss.zul.Label label, Editor editor, InstantEditorLabelProvider labelProvider)Deprecated, for removal: This API element is subject to removal in a future version.since 6.6Constructors in com.hybris.cockpitng.editor.instant with parameters of type Editor Constructor Description FocusableContainer(org.zkoss.zk.ui.HtmlBasedComponent label, Editor editor, org.zkoss.zul.Div editorContainer) -
Uses of Editor in com.hybris.cockpitng.editor.instant.labelprovider.function
Methods in com.hybris.cockpitng.editor.instant.labelprovider.function with parameters of type Editor Modifier and Type Method Description voidLabelUpdateFunction. update(org.zkoss.zul.Label label, Editor editor, InstantEditorLabelProvider labelProvider)Deprecated, for removal: This API element is subject to removal in a future version.Updates label component basing on editor value. -
Uses of Editor in com.hybris.cockpitng.editor.instant.listeners
Methods in com.hybris.cockpitng.editor.instant.listeners that return Editor Modifier and Type Method Description protected EditorAbstractInstantEditorMouseEventListener. getEditor()Constructors in com.hybris.cockpitng.editor.instant.listeners with parameters of type Editor Constructor Description AbstractInstantEditorMouseEventListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer, org.zkoss.zul.Div editorContainer, Editor editor)InstantEditorCancelButtonClickListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer, org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, Executable labelUpdate)InstantEditorCancelButtonClickListener(org.zkoss.zul.Label label, org.zkoss.zul.Div editorContainer, Editor editor, InstantEditorLabelProvider labelProvider, LabelUpdateFunction labelUpdater)Deprecated, for removal: This API element is subject to removal in a future version.since 6.6InstantEditorConfirmButtonClickListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer, org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, Executable labelUpdate)InstantEditorConfirmButtonClickListener(org.zkoss.zul.Label label, org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, InstantEditorLabelProvider labelProvider, LabelUpdateFunction labelUpdater)Deprecated, for removal: This API element is subject to removal in a future version.since 6.6InstantEditorLabelClickListener(org.zkoss.zk.ui.HtmlBasedComponent label, org.zkoss.zul.Div editorContainer, Editor editor) -
Uses of Editor in com.hybris.cockpitng.editor.localized
Methods in com.hybris.cockpitng.editor.localized that return Editor Modifier and Type Method Description protected EditorAbstractLocalizedEditor. prepareSubEditor(EditorContext<java.lang.Object> editorContext, java.lang.Object currentValue)protected EditorAbstractLocalizedEditor. prepareSubEditor(EditorContext<java.lang.Object> editorContext, java.lang.Object currentValue, java.util.Locale locale)protected EditorLocalizedEditor. renderLocale(org.zkoss.zul.Div content, java.util.Locale locale, java.util.Map<java.util.Locale,java.lang.Object> value, EditorContext editorContext, EditorListener editorListener)Method parameters in com.hybris.cockpitng.editor.localized with type arguments of type Editor Modifier and Type Method Description protected voidLocalizedEditor. addOnClickActionToLocalizationButton(org.zkoss.zul.Span localizationButton, java.util.Map<java.util.Locale,Editor> editors, java.util.Map<java.util.Locale,java.lang.Object> value, EditorContext editorContext, EditorListener editorListener)protected voidLocalizedEditor. expand(java.util.Map<java.util.Locale,Editor> editors, java.util.Map<java.util.Locale,java.lang.Object> value, EditorContext editorContext, EditorListener editorListener)protected voidLocalizedEditor. expandImmediately(java.util.Map<java.util.Locale,Editor> editors, java.util.Map<java.util.Locale,java.lang.Object> value, EditorContext editorContext, EditorListener editorListener) -
Uses of Editor in com.hybris.cockpitng.editors.impl
Methods in com.hybris.cockpitng.editors.impl that return Editor Modifier and Type Method Description protected EditorAbstractPaginableEditorRenderer. createEditor(EditorContext<T> context, java.lang.String editorType)Creates single editor cell according to theeditorType.protected EditorAbstractCockpitEditorRenderer. findAncestorEditor(org.zkoss.zk.ui.Component component)Find first component in hierarchy which is an EditorMethods in com.hybris.cockpitng.editors.impl that return types with arguments of type Editor Modifier and Type Method Description protected java.util.List<Editor>AbstractCockpitEditorRenderer. findEmbeddedEditors(org.zkoss.zk.ui.Component component)Finds embedded editors for given component. -
Uses of Editor in com.hybris.cockpitng.widgets.common.dynamicforms.impl.visitors
Methods in com.hybris.cockpitng.widgets.common.dynamicforms.impl.visitors with parameters of type Editor Modifier and Type Method Description protected voidEditorAreaEditorsVisitor. disableEditor(Editor editor, boolean disabled)protected voidEditorsVisitor. disableEditor(Editor editor, boolean disabled)protected java.lang.StringEditorsVisitor. getComponentKey(Editor component)Method parameters in com.hybris.cockpitng.widgets.common.dynamicforms.impl.visitors with type arguments of type Editor Modifier and Type Method Description protected voidEditorsVisitor. applyDisabledIf(java.util.Collection<Editor> editors, DynamicAttribute dynamicAttribute, java.lang.Object target)protected voidEditorsVisitor. applyVisibleIf(java.util.Collection<Editor> editors, DynamicAttribute dynamicAttribute, java.lang.Object target)protected voidEditorsVisitor. modifyEditorsParameter(java.util.Collection<Editor> editors, java.lang.String paramName, java.lang.Object computedValue) -
Uses of Editor in com.hybris.cockpitng.widgets.compare.renderer
Methods in com.hybris.cockpitng.widgets.compare.renderer that return Editor Modifier and Type Method Description protected EditorAbstractCompareViewElementRenderer. buildEditor(EditorBuilder editorBuilder, ATTRIBUTE configuration, DATA data, java.lang.Object item, DataAttribute dataAttribute, WidgetInstanceManager widgetInstanceManager)protected abstract EditorAbstractCompareViewElementRenderer. createAttributeEditor(ATTRIBUTE configuration, DATA data, java.lang.Object item, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected EditorDefaultCompareViewAttributeRenderer. createAttributeEditor(Attribute configuration, PartialRendererData<java.util.Collection> data, java.lang.Object item, DataAttribute dataAttribute, WidgetInstanceManager widgetInstanceManager)Deprecated, for removal: This API element is subject to removal in a future version.protected EditorDefaultCompareViewAttributeRenderer. createAttributeEditor(Attribute configuration, PartialRendererData<java.util.Collection> data, java.lang.Object item, DataType dataType, WidgetInstanceManager widgetInstanceManager)Methods in com.hybris.cockpitng.widgets.compare.renderer with parameters of type Editor Modifier and Type Method Description protected abstract booleanAbstractCompareViewElementRenderer. isFittingEditor(Editor editor, ATTRIBUTE configuration, DATA data, java.lang.Object item, DataType dataType, WidgetInstanceManager widgetInstanceManager)protected booleanDefaultCompareViewAttributeRenderer. isFittingEditor(Editor editor, Attribute configuration, PartialRendererData<java.util.Collection> data, java.lang.Object item, DataAttribute dataAttribute, WidgetInstanceManager widgetInstanceManager)Deprecated, for removal: This API element is subject to removal in a future version.protected booleanDefaultCompareViewAttributeRenderer. isFittingEditor(Editor editor, Attribute configuration, PartialRendererData<java.util.Collection> data, java.lang.Object item, DataType dataType, WidgetInstanceManager widgetInstanceManager) -
Uses of Editor in com.hybris.cockpitng.widgets.configurableflow.renderer
Methods in com.hybris.cockpitng.widgets.configurableflow.renderer that return Editor Modifier and Type Method Description protected EditorConfigurableFlowRenderer. buildEditor(EditorBuilder editorBuilder, WidgetInstanceManager widgetInstanceManager) -
Uses of Editor in com.hybris.cockpitng.widgets.controller
Fields in com.hybris.cockpitng.widgets.controller declared as Editor Modifier and Type Field Description protected EditorEditorExampleMVCController. booleanEditorprotected EditorEditorExampleMVCController. chkBoolEditorprotected EditorEditorExampleMVCController. dateEditorprotected EditorEditorExampleMVCController. decimalEditorprotected EditorEditorExampleMVCController. integerEditorprotected EditorEditorExampleMVCController. listEditorprotected EditorEditorExampleMVCController. listEditorOsMoldprotected EditorEditorExampleMVCController. longEditorprotected EditorEditorExampleMVCController. mapEditorprotected EditorEditorExampleMVCController. pkEditorprotected EditorEditorExampleMVCController. pkEditor2protected EditorEditorExampleMVCController. rangeEditorprotected EditorEditorExampleMVCController. regularLocalizedprotected EditorEditorExampleMVCController. selBooleanEditorprotected EditorEditorExampleMVCController. textEditorprotected EditorEditorExampleMVCController. wysiwygLocalizedMethods in com.hybris.cockpitng.widgets.controller that return Editor Modifier and Type Method Description EditorExampleDefaultWidgetController. getDateEditor()EditorMapEditorsDemoController. getMapEditorNumbers()EditorMapEditorsDemoController. getMapEditorPrices()EditorMapEditorsDemoController. getMapEditorTranslations() -
Uses of Editor in com.hybris.cockpitng.widgets.controller.concept
Methods in com.hybris.cockpitng.widgets.controller.concept that return Editor Modifier and Type Method Description EditorEditorWidgetController. getBooleanEditor()EditorEditorWidgetController. getCheckBooleanEditor()EditorEditorWidgetController. getDateEditor()EditorEditorWidgetController. getDecimalEditor()EditorEditorWidgetController. getDropdownBooleanEditor()EditorEditorWidgetController. getIntegerEditor()EditorEditorWidgetController. getLongEditor()EditorEditorWidgetController. getTextEditor() -
Uses of Editor in com.hybris.cockpitng.widgets.editorarea.renderer
Methods in com.hybris.cockpitng.widgets.editorarea.renderer with parameters of type Editor Modifier and Type Method Description static java.lang.StringEditorAreaRendererUtils. getEditorAnchor(Editor editor) -
Uses of Editor in com.hybris.cockpitng.widgets.editorarea.renderer.impl
Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl that return Editor Modifier and Type Method Description protected EditorAbstractEditorAreaComponentRenderer. buildEditor(EditorBuilder editorBuilder, WidgetInstanceManager widgetInstanceManager)protected EditorAbstractEditorAreaComponentRenderer. createEditor(DataType genericType, WidgetInstanceManager widgetInstanceManager, Attribute attribute, java.lang.Object object)Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl with parameters of type Editor Modifier and Type Method Description protected voidAbstractEditorAreaComponentRenderer. processEditorBeforeComposition(Editor editor, DataType genericType, WidgetInstanceManager widgetInstanceManager, Attribute attribute, java.lang.Object object) -
Uses of Editor in com.hybris.cockpitng.widgets.summaryview.renderer
Methods in com.hybris.cockpitng.widgets.summaryview.renderer that return Editor Modifier and Type Method Description protected EditorDefaultSummaryViewAttributeRenderer. buildEditor(Attribute attributeConfiguration, java.lang.Object data, DataAttribute dataAttribute, EditorBuilder editorBuilder)protected EditorDefaultSummaryViewAttributeRenderer. createAttributeEditor(Attribute attributeConfiguration, java.lang.Object data, DataAttribute dataAttribute, java.lang.String typeCode, WidgetInstanceManager widgetInstanceManager)
-