Class PartialSyncInfoTooltipRenderer
java.lang.Object
com.hybris.backoffice.sync.renderers.PartialSyncInfoTooltipRenderer
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,Object, ItemModel>
public class PartialSyncInfoTooltipRenderer
extends Object
implements com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,Object,ItemModel>
Renderer which adds a tooltip to given component with partial sync info.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.zkoss.zk.ui.ComponentcreateJobSyncInfo(SyncItemJobModel syncJob, Boolean inSync) protected org.zkoss.zk.ui.ComponentcreatePartialSyncInfo(PartialSyncInfo partialSync) voidrender(org.zkoss.zul.impl.XulElement component, Object configuration, ItemModel itemModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService) voidsetSynchronizationFacade(SynchronizationFacade synchronizationFacade) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
addRendererListener, removeRendererListener, render
-
Field Details
-
SCLASS_PARTIAL_SYNC_INFO_JOB
- See Also:
-
SCLASS_PARTIAL_SYNC_INFO_JOB_NAME
@Deprecated(since="2211", forRemoval=true) public static final String SCLASS_PARTIAL_SYNC_INFO_JOB_NAMEDeprecated, for removal: This API element is subject to removal in a future version.no longer used- See Also:
-
SCLASS_PARTIAL_SYNC_INFO
- See Also:
-
LABEL_PARTIAL_SYNC_INFO_UNAVAILABLE
- See Also:
-
-
Constructor Details
-
PartialSyncInfoTooltipRenderer
public PartialSyncInfoTooltipRenderer()
-
-
Method Details
-
render
-
createPartialSyncInfo
-
createJobSyncInfo
-
setSynchronizationFacade
-
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-