Uses of Interface
com.hybris.cockpitng.editors.CockpitEditorRenderer
-
-
Uses of CockpitEditorRenderer in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that return CockpitEditorRenderer Modifier and Type Method Description protected CockpitEditorRendererEditor.CockpitEditorRendererFactory. create()CockpitEditorRendererEditor. getEditorRenderer()protected CockpitEditorRendererEditor. prepareEditorRenderer(EditorDefinition definition, java.lang.String tag)Methods in com.hybris.cockpitng.components with parameters of type CockpitEditorRenderer Modifier and Type Method Description protected voidEditor. buildEditor(CockpitEditorRenderer<java.lang.Object> editorRenderer, EditorDefinition editorDefinition, EditorContext<java.lang.Object> editorContext)protected voidEditor.CockpitEditorRendererFactory. injectDependencies(CockpitEditorRenderer cockpitEditorRenderer)protected voidEditor. renderEditor(CockpitEditorRenderer<java.lang.Object> editorRenderer, EditorDefinition editorDefinition, EditorContext<java.lang.Object> editorContext) -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.bool
Classes in com.hybris.cockpitng.editor.bool that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractBooleanEditorRendererAbstract Editor class for all boolean editor types.classDefaultBooleanEditor -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.bool.checkbox
Classes in com.hybris.cockpitng.editor.bool.checkbox that implement CockpitEditorRenderer Modifier and Type Class Description classCheckboxBooleanEditorCheckbox style boolean editor. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.bool.dropdown
Classes in com.hybris.cockpitng.editor.bool.dropdown that implement CockpitEditorRenderer Modifier and Type Class Description classDropdownBooleanEditorBoolean Editor usingComboboxcomponent. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.decimal
Classes in com.hybris.cockpitng.editor.decimal that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractDecimalEditor<T extends java.lang.Number> -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.decorated
Classes in com.hybris.cockpitng.editor.decorated that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractEditorRendererWrapperclassDecoratedEditorRendererThe Editor that allows to wrap any already defined editor with some custom components or logic. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultbigdecimal
Classes in com.hybris.cockpitng.editor.defaultbigdecimal that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultBigDecimalEditorSupport forBigDecimal -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultbiginteger
Classes in com.hybris.cockpitng.editor.defaultbiginteger that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultBigIntegerEditorEditor for BigInteger types -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultbyte
Classes in com.hybris.cockpitng.editor.defaultbyte that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultByteEditorDefault Editor forBytevalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultcharacter
Classes in com.hybris.cockpitng.editor.defaultcharacter that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultCharacterEditorDefault Editor forCharactervalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultclass
Classes in com.hybris.cockpitng.editor.defaultclass that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultClassEditorEditor for properties of type java.lang.Class -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultdate
Classes in com.hybris.cockpitng.editor.defaultdate that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractDateTimeEditor<C extends org.zkoss.zul.impl.FormatInputElement>Abstract Editor forDatevalues.classDefaultDateEditorDefault Editor forDatevalues (incl.classDefaultTimeEditorDefault Editor forDatevalues regarding only time. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultdecimal
Classes in com.hybris.cockpitng.editor.defaultdecimal that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultDecimalEditorDefault Editor forDoublevalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultenum
Classes in com.hybris.cockpitng.editor.defaultenum that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultEnumEditorEditor dealing with enumeration values. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultfileupload
Classes in com.hybris.cockpitng.editor.defaultfileupload that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultFileUploadEditorEditor to manage media content -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultfixedreferenceeditor
Classes in com.hybris.cockpitng.editor.defaultfixedreferenceeditor that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultFixedReferenceEditor<T>Fixed values reference editor -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultfloat
Classes in com.hybris.cockpitng.editor.defaultfloat that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultFloatEditorDefault Editor forFloatvalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultinteger
Classes in com.hybris.cockpitng.editor.defaultinteger that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultIntegerEditorDefault Editor forIntegervalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultlist
Classes in com.hybris.cockpitng.editor.defaultlist that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultListEditorRenderer<E>Default renderer for list editors. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultlong
Classes in com.hybris.cockpitng.editor.defaultlong that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultLongEditorDefault Editor forLongvalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultmap
Classes in com.hybris.cockpitng.editor.defaultmap that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultMapEditorRenderer<K,V>Default renderer for map editors. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultmultireferenceeditor
Classes in com.hybris.cockpitng.editor.defaultmultireferenceeditor that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultMultiReferenceEditor<T>Reference editor -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultpassword
Classes in com.hybris.cockpitng.editor.defaultpassword that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultPasswordEditor -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultrange
Classes in com.hybris.cockpitng.editor.defaultrange that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultRangeEditor<T>Default implementation of the Range UI Editor. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultreferenceeditor
Classes in com.hybris.cockpitng.editor.defaultreferenceeditor that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultReferenceEditor<T>Reference editor -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaultshort
Classes in com.hybris.cockpitng.editor.defaultshort that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultShortEditorDefault Editor forShortvalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.defaulttext
Classes in com.hybris.cockpitng.editor.defaulttext that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultTextEditorDefault Editor forStringvalues. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.dndfileupload
Classes in com.hybris.cockpitng.editor.dndfileupload that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractDragAndDropFileUploadEditor<T>Abstract file upload editor which allows to drag and drop content.classDragAndDropFileUploadEditorSingle file upload editor.classMultiDragAndDropFileUploadEditorMulti file upload editor. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.enummultireferenceeditor
Classes in com.hybris.cockpitng.editor.enummultireferenceeditor that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultEnumMultiReferenceEditor<T>Multi-reference editor for collections of enumerations -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.extendedmultireferenceeditor
Classes in com.hybris.cockpitng.editor.extendedmultireferenceeditor that implement CockpitEditorRenderer Modifier and Type Class Description classDefaultExtendedMultiReferenceEditor<T> -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.instant
Classes in com.hybris.cockpitng.editor.instant that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractInstantEditorLabelRendererclassCustomizedInstantEditorLabelsRendererAn renderer for label representation in InstantEditor that may be customized depending on value type.classDefaultInstantEditorLabelRendererclassFixedInstantEditorLabelsRendererA label renderer for Instant Editor with fixed labels depending on value to be rendered.classInstantEditorRendererEditor wrapper for all types of editors.Methods in com.hybris.cockpitng.editor.instant that return CockpitEditorRenderer Modifier and Type Method Description protected CockpitEditorRenderer<java.lang.Object>InstantEditorRenderer. resolveLabelRenderer(EditorContext<java.lang.Object> context)Methods in com.hybris.cockpitng.editor.instant that return types with arguments of type CockpitEditorRenderer Modifier and Type Method Description protected java.util.Map<java.lang.String,CockpitEditorRenderer<java.lang.Object>>CustomizedInstantEditorLabelsRenderer. getRenderers()protected java.util.Optional<CockpitEditorRenderer<java.lang.Object>>CustomizedInstantEditorLabelsRenderer. resolveRenderer(java.lang.String type)Methods in com.hybris.cockpitng.editor.instant with parameters of type CockpitEditorRenderer Modifier and Type Method Description protected org.zkoss.zk.ui.HtmlBasedComponentInstantEditorRenderer. createValueLabel(EditorContext<java.lang.Object> context, EditorListener<java.lang.Object> listener, CockpitEditorRenderer<java.lang.Object> labelRenderer)protected voidInstantEditorRenderer. updateValueLabel(org.zkoss.zk.ui.HtmlBasedComponent labelContainer, EditorContext<java.lang.Object> context, EditorListener<java.lang.Object> listener, java.lang.Object value, CockpitEditorRenderer<java.lang.Object> labelRenderer)Method parameters in com.hybris.cockpitng.editor.instant with type arguments of type CockpitEditorRenderer Modifier and Type Method Description voidCustomizedInstantEditorLabelsRenderer. setRenderers(java.util.Map<java.lang.String,CockpitEditorRenderer<java.lang.Object>> renderers) -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.integral
Classes in com.hybris.cockpitng.editor.integral that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractIntegralEditor<T extends java.lang.Number> -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.localized
Classes in com.hybris.cockpitng.editor.localized that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractLocalizedEditorclassLocalizedEditorEditor supports localized vales providing dedicated field for each localization.classLocalizedSimpleEditor -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.text
Classes in com.hybris.cockpitng.editor.text that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractTextEditor<T> -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editor.wysiwyg
Classes in com.hybris.cockpitng.editor.wysiwyg that implement CockpitEditorRenderer Modifier and Type Class Description classWysiwygEditorWYSIWYG editor usingCKeditorcomponent. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editors
Classes in com.hybris.cockpitng.editors that implement CockpitEditorRenderer Modifier and Type Class Description classExampleTextEditorAn example of a Cockpit NG editor for text values.classExampleWidgetStubEditorExampleWidgetStubEditor class. -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.editors.impl
Classes in com.hybris.cockpitng.editors.impl that implement CockpitEditorRenderer Modifier and Type Class Description classAbstractCockpitEditorRenderer<T>Abstract implementation ofCockpitEditorRendererinterface.classAbstractPaginableEditorRenderer<T>Implements the common mechanisms for the pagination-enabled editors.classAbstractTextBasedEditorRenderer<T>Abstract text based Editor that all "single input" fields should extend.classDefaultDummyEditorRendererclassDefaultZulCockpitEditorRenderer<T> -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.testing
Classes in com.hybris.cockpitng.testing with type parameters of type CockpitEditorRenderer Modifier and Type Class Description classAbstractCockpitEditorRendererUnitTest<K,T extends CockpitEditorRenderer<K>> -
Uses of CockpitEditorRenderer in com.hybris.cockpitng.widgets.compare.renderer.value
Classes in com.hybris.cockpitng.widgets.compare.renderer.value that implement CockpitEditorRenderer Modifier and Type Class Description classCollapsibleCollectionLabelRendererclassCollectionLabelRendererLabel renderer for CompareView to create a string representation of collection value.classCompareViewLabelRendererWrapperLabel renderer for CompareView to create a string representation of collection value.classItemPreviewLabelRendererA label renderer that adds a thumbnail of element, if available, before label.classMapLabelRendererLabel renderer for CompareView to create a string representation of map value.Methods in com.hybris.cockpitng.widgets.compare.renderer.value that return CockpitEditorRenderer Modifier and Type Method Description protected CockpitEditorRenderer<java.lang.Object>ItemPreviewLabelRenderer. getLabelRenderer()CockpitEditorRenderer<java.lang.Object>CollectionLabelRenderer. getValueRenderer()CockpitEditorRenderer<java.lang.Object>CompareViewLabelRendererWrapper. getValueRenderer()Methods in com.hybris.cockpitng.widgets.compare.renderer.value with parameters of type CockpitEditorRenderer Modifier and Type Method Description voidItemPreviewLabelRenderer. setLabelRenderer(CockpitEditorRenderer<java.lang.Object> labelRenderer)voidCollectionLabelRenderer. setValueRenderer(CockpitEditorRenderer<java.lang.Object> valueRenderer)voidCompareViewLabelRendererWrapper. setValueRenderer(CockpitEditorRenderer<java.lang.Object> valueRenderer)
-