Class ComposedTypeMappingLineConfigComponent
- java.lang.Object
-
- org.zkoss.zk.ui.AbstractComponent
-
- org.zkoss.zk.ui.HtmlBasedComponent
-
- org.zkoss.zul.impl.XulElement
-
- org.zkoss.zul.Div
-
- de.hybris.platform.importcockpit.components.mappingview.impl.DefaultMappingLineConfigureComponent
-
- de.hybris.platform.importcockpit.components.mappingview.impl.ComposedTypeMappingLineConfigComponent
-
- All Implemented Interfaces:
MappingLineConfigureComponent,java.io.Serializable,java.lang.Cloneable,org.zkoss.zk.ui.Component,org.zkoss.zk.ui.ext.Scope,org.zkoss.zk.ui.sys.ComponentCtrl
public class ComposedTypeMappingLineConfigComponent extends DefaultMappingLineConfigureComponent
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAPPING_LINE_ADDITIONAL_UNIQUE_ATTRIBUTES_PREFIX
-
Constructor Summary
Constructors Constructor Description ComposedTypeMappingLineConfigComponent(ComposedTypeMappingLine line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<PropertyDescriptor>getAdditionalUniquePropertyDescriptors(java.util.Set<PropertyDescriptor> source, ObjectType type)ImportCockpitMappingUtilsgetImportCockpitMappingUtils()protected java.lang.StringgetPlatformParameter(java.lang.String additionalUniqueSetting)voidupdateModel(MappingListViewComponent mappingListView)-
Methods inherited from class de.hybris.platform.importcockpit.components.mappingview.impl.DefaultMappingLineConfigureComponent
getMappingLineConfigService, getMappingLineService, getMappingLineTypeService, selectUsedItems, setMappingLineConfigService, setMappingLineService, setMappingLineTypeService, updateLines
-
Methods inherited from class org.zkoss.zul.impl.XulElement
clone, getContext, getCtrlKeys, getPopup, getPropertyAccess, getTooltip, setContext, setContext, setContextAttributes, setCtrlKeys, setPopup, setPopup, setPopupAttributes, setTooltip, setTooltip, setTooltipAttributes
-
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent
focus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTabindexInteger, getTooltiptext, getTop, getVflex, getWidth, getZclass, getZindex, getZIndex, service, setAction, setClass, setDraggable, setDroppable, setFocus, setHeight, setHeight0, setHeightDirectly, setHflex, setHflex0, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTabindex, setTabindex, setTooltiptext, setTop, setTopDirectly, setVflex, setVflex0, setVflexDirectly, setWidth, setWidth0, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectly
-
Methods inherited from class org.zkoss.zk.ui.AbstractComponent
addAnnotation, addAnnotation, addCallback, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addRedrawCallback, addScopeListener, addShadowRoot, addShadowRootBefore, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildAdded, beforeChildRemoved, beforeParentChanged, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableBindingAnnotation, disableClientUpdate, enableBindingAnnotation, equals, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getCallback, getChildren, getClientAttribute, getClientDataAttribute, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRedrawCallback, getRoot, getShadowFellowIfAny, getShadowRoots, getShadowVariable, getShadowVariable, getShadowVariable0, getSpaceOwner, getSpecialRendererOutput, getStubonly, getSubBindingAnnotationCount, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasBindingAnnotation, hasFellow, hasFellow, hasSubBindingAnnotation, insertBefore, invalidate, isChildable, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onChildRemoved, onPageAttached, onPageDetached, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeCallback, removeChild, removeEventListener, removeForward, removeForward, removeRedrawCallback, removeScopeListener, removeShadowRoot, render, render, render, replace, response, response, response, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisible, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerialize
-
-
-
-
Field Detail
-
MAPPING_LINE_ADDITIONAL_UNIQUE_ATTRIBUTES_PREFIX
public static final java.lang.String MAPPING_LINE_ADDITIONAL_UNIQUE_ATTRIBUTES_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComposedTypeMappingLineConfigComponent
public ComposedTypeMappingLineConfigComponent(ComposedTypeMappingLine line)
-
-
Method Detail
-
updateModel
public void updateModel(MappingListViewComponent mappingListView)
-
getAdditionalUniquePropertyDescriptors
protected java.util.Collection<PropertyDescriptor> getAdditionalUniquePropertyDescriptors(java.util.Set<PropertyDescriptor> source, ObjectType type)
-
getPlatformParameter
protected java.lang.String getPlatformParameter(java.lang.String additionalUniqueSetting)
-
getImportCockpitMappingUtils
public ImportCockpitMappingUtils getImportCockpitMappingUtils()
-
-