Uses of Interface
de.hybris.platform.cockpit.model.editor.UIEditor
-
-
Uses of UIEditor in de.hybris.platform.admincockpit.components.editorarea
Classes in de.hybris.platform.admincockpit.components.editorarea that implement UIEditor Modifier and Type Class Description classBigDecimalUIEditorCustom editor forBigDecimalvalue.classClassUIEditor -
Uses of UIEditor in de.hybris.platform.admincockpit.model.referenceeditor.impl
Classes in de.hybris.platform.admincockpit.model.referenceeditor.impl that implement UIEditor Modifier and Type Class Description classProductCodeReferenceUIEditorDeprecated.since 6.3 -
Uses of UIEditor in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents
Methods in de.hybris.platform.cockpit.components.contentbrowser.browsercomponents with parameters of type UIEditor Modifier and Type Method Description voidCompareView. validate(ObjectValuePair valueInfo, PropertyDescriptor propertyDescriptor, UIEditor uiEditor, java.lang.Object value, org.zkoss.zul.Div editorContainer, java.util.Set<java.lang.String> forceWritePks) -
Uses of UIEditor in de.hybris.platform.cockpit.components.listview.impl
Methods in de.hybris.platform.cockpit.components.listview.impl that return UIEditor Modifier and Type Method Description UIEditorDefaultActionColumnConfiguration. getCellEditor() -
Uses of UIEditor in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation with parameters of type UIEditor Modifier and Type Method Description ObjectValueContainerValidationUIHelper. createModelFromContainer(TypedObject typedObject, java.lang.String languageIso, PropertyDescriptor propertyDescriptor, UIEditor editor) -
Uses of UIEditor in de.hybris.platform.cockpit.model.advancedsearch
Methods in de.hybris.platform.cockpit.model.advancedsearch that return UIEditor Modifier and Type Method Description UIEditorAdvancedSearchModel. getEditor(SearchField searchField)Returns theeditorfor a specificsearch field. -
Uses of UIEditor in de.hybris.platform.cockpit.model.advancedsearch.impl
Methods in de.hybris.platform.cockpit.model.advancedsearch.impl that return UIEditor Modifier and Type Method Description UIEditorDefaultAdvancedSearchModel. getEditor(SearchField searchField)Methods in de.hybris.platform.cockpit.model.advancedsearch.impl with parameters of type UIEditor Modifier and Type Method Description protected voidAdvancedSearchView. createSimpleRowComponent(org.zkoss.zk.ui.Component parent, java.lang.Object rawInitialValue, PropertyDescriptor propertyDescriptor, SearchField field, UIEditor editor) -
Uses of UIEditor in de.hybris.platform.cockpit.model.editor
Subinterfaces of UIEditor in de.hybris.platform.cockpit.model.editor Modifier and Type Interface Description interfaceEnumUIEditorinterfaceListUIEditorinterfaceReferenceUIEditorReference editor interface.Classes in de.hybris.platform.cockpit.model.editor that implement UIEditor Modifier and Type Class Description classWysiwygUIEditorMethods in de.hybris.platform.cockpit.model.editor that return UIEditor Modifier and Type Method Description static UIEditorEditorHelper. getUIEditor(PropertyDescriptor propDescr, java.lang.String editorCode)Convenience method for creating and retrieving aUIEditor. -
Uses of UIEditor in de.hybris.platform.cockpit.model.editor.impl
Classes in de.hybris.platform.cockpit.model.editor.impl that implement UIEditor Modifier and Type Class Description classAbstractFeatureUIEditorclassAbstractTextBasedUIEditorclassAbstractUIEditorclassCheckboxBooleanUIEditorclassDefaultBooleanUIEditorclassDefaultDateUIEditorclassDefaultDecimalUIEditorclassDefaultDummyUIEditorclassDefaultEnumUIEditorclassDefaultFeatureUIEditorclassDefaultFeatureUnitUIEditorclassDefaultFloatUIEditorclassDefaultImageUIEditorSimple image display component(first version).classDefaultIntegerUIEditorclassDefaultLongUIEditorclassDefaultPKUIEditorclassDefaultSelectUIEditorclassDefaultTextUIEditorSimple text editor.classDropdownBooleanUIEditorclassGenericCollectionUIEditorclassGenericRangeUIEditorclassMapUIEditorEditor for map attributesclassProductCodeReferenceUIEditorFields in de.hybris.platform.cockpit.model.editor.impl declared as UIEditor Modifier and Type Field Description protected UIEditorAbstractFeatureUIEditor. editorMethods in de.hybris.platform.cockpit.model.editor.impl that return UIEditor Modifier and Type Method Description protected UIEditorGenericCollectionUIEditor. createSingleValueEditor(java.util.Map<java.lang.String,? extends java.lang.Object> parameters)protected UIEditorAbstractFeatureUIEditor. getEditor(ClassAttributeAssignmentModel assignment)static UIEditorAbstractUIEditor. getUIEditor(PropertyDescriptor propDescr, java.lang.String editorCode)Deprecated.since 6.3 -
Uses of UIEditor in de.hybris.platform.cockpit.model.editor.search
Subinterfaces of UIEditor in de.hybris.platform.cockpit.model.editor.search Modifier and Type Interface Description interfaceConditionUIEditor -
Uses of UIEditor in de.hybris.platform.cockpit.model.editor.search.impl
Classes in de.hybris.platform.cockpit.model.editor.search.impl that implement UIEditor Modifier and Type Class Description classAbstractConditionUIEditorclassAbstractExtensibleConditionUIEditorclassAbstractSimpleInputConditionUIEditorclassDefaultDateConditionUIEditorclassDefaultDecimalConditionUIEditorclassDefaultFeatureConditionUIEditorCondition editor for features (classification attribute values).classDefaultFloatConditionUIEditorclassDefaultIntConditionUIEditorclassDefaultLongConditionUIEditorclassDefaultTextConditionUIEditorclassHmcLikeTextConditionUIEditor -
Uses of UIEditor in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview that return UIEditor Modifier and Type Method Description UIEditorColumnModel. getCellEditor(int columnIndex)Gets the cell editor.UIEditorTableModel. getCellEditor(int columnIndex, int rowIndex)Returns the editor associated with the cell at position (colIndex,rowIndex).Methods in de.hybris.platform.cockpit.model.listview with parameters of type UIEditor Modifier and Type Method Description voidListViewListener. openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) -
Uses of UIEditor in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl that return UIEditor Modifier and Type Method Description UIEditorDefaultColumnModel. getCellEditor(int columnIndex)UIEditorDefaultTableModel. getCellEditor(int columnIndex, int rowIndex)Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type UIEditor Modifier and Type Method Description protected voidAbstractListView. fireOpenExternal(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor)voidDefaultBrowserListViewListener. openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor)voidDefaultBrowserSectionListViewListener. openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor)voidDefaultListViewListener. openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor)voidListView. validate(java.util.Set<java.lang.String> forceWritePks, PropertyDescriptor propertyDescriptor, UIEditor editor, int rowIndex, int columnIndex, java.util.List<java.lang.Object> initialEditValueList, org.zkoss.zk.ui.HtmlBasedComponent parent) -
Uses of UIEditor in de.hybris.platform.cockpit.model.meta
Methods in de.hybris.platform.cockpit.model.meta that return UIEditor Modifier and Type Method Description UIEditorDefaultPropertyEditorDescriptor. createUIEditor()UIEditorDefaultPropertyEditorDescriptor. createUIEditor(java.lang.String mode)UIEditorPropertyEditorDescriptor. createUIEditor()UIEditorPropertyEditorDescriptor. createUIEditor(java.lang.String mode) -
Uses of UIEditor in de.hybris.platform.cockpit.model.referenceeditor.celum.impl
Classes in de.hybris.platform.cockpit.model.referenceeditor.celum.impl that implement UIEditor Modifier and Type Class Description classCelumMediaCollectionUIEditorThe Class CelumMediaCollectionUIEditor.classCelumMediaReferenceCollectionUIEditorDeprecated.since 6.3, use instead @{link CelumMediaCollectionUIEditor}.classCelumMediaReferenceUIEditorDeprecated.since 6.3, useCelumSimpleMediaReferenceUIEditorinsteadclassCelumSimpleMediaReferenceUIEditor -
Uses of UIEditor in de.hybris.platform.cockpit.model.referenceeditor.collection
Classes in de.hybris.platform.cockpit.model.referenceeditor.collection that implement UIEditor Modifier and Type Class Description classCollectionUIEditorSimplistic Reference Collection Editor.classCollectionUIEditorMediaSimplistic Reference Collection Editor. -
Uses of UIEditor in de.hybris.platform.cockpit.model.referenceeditor.impl
Classes in de.hybris.platform.cockpit.model.referenceeditor.impl that implement UIEditor Modifier and Type Class Description classAbstractReferenceUIEditorclassContextAreaReferenceCollectionUIEditorclassDefaultMediaReferenceCollectionUIEditorDeprecated.since 6.3, use:CollectionUIEditorMediainstead.classDefaultMediaReferenceUIEditorDefault implementation of the reference selector editor.classDefaultReferenceCollectionUIEditorDeprecated.since 6.3, use insteadCollectionUIEditorclassDefaultReferenceUIEditorDefault implementation of the reference selector editor.classListViewCollectionEditorclassSimpleReferenceUIEditorclassUnitReferenceUIEditorMethods in de.hybris.platform.cockpit.model.referenceeditor.impl with parameters of type UIEditor Modifier and Type Method Description voidDefaultSelectorListViewListener. openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) -
Uses of UIEditor in de.hybris.platform.cockpit.model.referenceeditor.simple.impl
Classes in de.hybris.platform.cockpit.model.referenceeditor.simple.impl that implement UIEditor Modifier and Type Class Description classDefaultSimpleMediaReferenceUIEditorDefault implementation of the reference selector editor.classDefaultSimpleReferenceUIEditorDefault implementation of the reference selector editor.Methods in de.hybris.platform.cockpit.model.referenceeditor.simple.impl with parameters of type UIEditor Modifier and Type Method Description voidDefaultSimpleSelectorListViewListener. openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) -
Uses of UIEditor in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return UIEditor Modifier and Type Method Description UIEditorColumnConfiguration. getCellEditor()Methods in de.hybris.platform.cockpit.services.config with parameters of type UIEditor Modifier and Type Method Description voidColumnConfiguration. setCellEditor(UIEditor editor) -
Uses of UIEditor in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl that return UIEditor Modifier and Type Method Description UIEditorCheckboxColumn. getCellEditor()UIEditorDefaultCustomColumnConfiguration. getCellEditor()UIEditorIconLabelColumnConfiguration. getCellEditor()UIEditorInlineItemCreateButtonColumn. getCellEditor()UIEditorLineNumberColumn. getCellEditor()UIEditorMultiTypeColumnConfiguration. getCellEditor()UIEditorPropertyColumnConfiguration. getCellEditor()UIEditorTaskColumnConfiguration. getCellEditor()UIEditorWorkflowColumnConfiguration. getCellEditor()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type UIEditor Modifier and Type Method Description voidDefaultCustomColumnConfiguration. setCellEditor(UIEditor editor)voidMultiTypeColumnConfiguration. setCellEditor(UIEditor editor)voidPropertyColumnConfiguration. setCellEditor(UIEditor editor)voidWorkflowColumnConfiguration. setCellEditor(UIEditor editor) -
Uses of UIEditor in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type UIEditor Modifier and Type Method Description voidAdvancedSearchPage.DefaultSelectorListViewListener. openInContextEditor(int rowIndex, UIEditor editor, PropertyDescriptor propertyDescriptor) -
Uses of UIEditor in de.hybris.platform.configurablebundlecockpits.productcockpit.model.referenceeditor.simple.impl
Classes in de.hybris.platform.configurablebundlecockpits.productcockpit.model.referenceeditor.simple.impl that implement UIEditor Modifier and Type Class Description classMinimalReferenceUIEditor -
Uses of UIEditor in de.hybris.platform.importcockpit.components.mappingview.impl
Methods in de.hybris.platform.importcockpit.components.mappingview.impl with parameters of type UIEditor Modifier and Type Method Description protected org.zkoss.zk.ui.HtmlBasedComponentDefaultMappingLineComponent. createBooleanValueBox(MappingLineModel line2, UIEditor editor)protected org.zkoss.zk.ui.HtmlBasedComponentDefaultMappingLineComponent. createDateValueBox(MappingLineModel line, UIEditor editor)protected org.zkoss.zk.ui.HtmlBasedComponentDefaultMappingLineComponent. createTextValueBox(MappingLineModel line, UIEditor editor) -
Uses of UIEditor in de.hybris.platform.importcockpit.model.editor.impl
Classes in de.hybris.platform.importcockpit.model.editor.impl that implement UIEditor Modifier and Type Class Description classDefaultCharacterUIEditorUI editor for characters: used for cron jobs for field separator, comment character etc.classEncodingEnumUIEditorUI editor for encoding enums (default is "UTF-8")classFileUploaderUIEditorUI editor for file uploads: used for the source file upload for import cockpit cron jobs.classLocaleUIEditorclassObjectTranslatorUIEditorUI editor for objects that need to be imported via a translator in impex.classTriggersUIEditor -
Uses of UIEditor in de.hybris.platform.subscriptioncockpits.model.editor.impl
Classes in de.hybris.platform.subscriptioncockpits.model.editor.impl that implement UIEditor Modifier and Type Class Description classNullableSelectUIEditorCustomization ofDefaultSelectUIEditor, that allows to selectnull.
-