Class DefaultMappingLineConfigureComponent
- 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
-
- 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
- Direct Known Subclasses:
ComposedTypeMappingLineConfigComponent,LocalizedTranslatorMappingLineConfigComponent,LocalizedTypeMappingLineConfigComponent
public class DefaultMappingLineConfigureComponent extends org.zkoss.zul.Div implements MappingLineConfigureComponent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultMappingLineConfigureComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MappingLineConfigServicegetMappingLineConfigService()protected MappingLineServicegetMappingLineService()protected MappingLineTypeServicegetMappingLineTypeService()voidselectUsedItems(org.zkoss.zul.Listitem lItem, java.lang.Object object, java.lang.String label)voidsetMappingLineConfigService(MappingLineConfigService mappingLineConfigService)voidsetMappingLineService(MappingLineService mappingLineService)voidsetMappingLineTypeService(MappingLineTypeService mappingLineTypeService)voidupdateLines(java.util.List<MappingLineModel> lines, MappingLineModel line, MappingListViewComponent mappingListView)-
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
-
-
-
-
Method Detail
-
setMappingLineService
public void setMappingLineService(MappingLineService mappingLineService)
- Parameters:
mappingLineService- the importMappingService to set
-
getMappingLineService
protected MappingLineService getMappingLineService()
-
setMappingLineTypeService
public void setMappingLineTypeService(MappingLineTypeService mappingLineTypeService)
-
getMappingLineTypeService
protected MappingLineTypeService getMappingLineTypeService()
-
setMappingLineConfigService
public void setMappingLineConfigService(MappingLineConfigService mappingLineConfigService)
-
getMappingLineConfigService
protected MappingLineConfigService getMappingLineConfigService()
-
selectUsedItems
public void selectUsedItems(org.zkoss.zul.Listitem lItem, java.lang.Object object, java.lang.String label)- Specified by:
selectUsedItemsin interfaceMappingLineConfigureComponent
-
updateLines
public void updateLines(java.util.List<MappingLineModel> lines, MappingLineModel line, MappingListViewComponent mappingListView)
- Specified by:
updateLinesin interfaceMappingLineConfigureComponent
-
-