Uses of Interface
com.hybris.cockpitng.core.Executable
-
-
Uses of Executable in com.hybris.cockpitng.common.messagebox
Methods in com.hybris.cockpitng.common.messagebox that return Executable Modifier and Type Method Description ExecutableWidgetModalMessageBox. getOnCancel()ExecutableWidgetModalMessageBox. getOnConfirm()Methods in com.hybris.cockpitng.common.messagebox with parameters of type Executable Modifier and Type Method Description protected voidWidgetModalMessageBox. closeAndExecute(org.zkoss.zk.ui.HtmlBasedComponent widgetModalMessageOverlay, Executable action)voidWidgetModalMessageBox. setOnCancel(Executable onCancel)voidWidgetModalMessageBox. setOnConfirm(Executable onConfirm)WidgetModalMessageBox.BuilderWidgetModalMessageBox.Builder. withCancel(java.lang.String cancelLabel, Executable onCancel)Defines cancel button label and on click callback.WidgetModalMessageBox.BuilderWidgetModalMessageBox.Builder. withConfirm(java.lang.String confirmLabel, Executable onConfirm)Defines confirm button label and on click callback. -
Uses of Executable in com.hybris.cockpitng.editor.instant
Methods in com.hybris.cockpitng.editor.instant with parameters of type Executable Modifier and Type Method Description protected org.zkoss.zul.DivInstantEditorRenderer. createEditorButtons(org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, org.zkoss.zk.ui.HtmlBasedComponent label, Executable labelUpdate)protected org.zkoss.zul.DivInstantEditorRenderer. createEditorContainer(Editor editor, EditorListener<java.lang.Object> listener, org.zkoss.zk.ui.HtmlBasedComponent label, Executable labelUpdate) -
Uses of Executable in com.hybris.cockpitng.editor.instant.listeners
Methods in com.hybris.cockpitng.editor.instant.listeners that return Executable Modifier and Type Method Description protected ExecutableInstantEditorConfirmButtonClickListener. getLabelComponentUpdate()Constructors in com.hybris.cockpitng.editor.instant.listeners with parameters of type Executable Constructor Description InstantEditorCancelButtonClickListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer, org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, Executable labelUpdate)InstantEditorConfirmButtonClickListener(org.zkoss.zk.ui.HtmlBasedComponent labelContainer, org.zkoss.zul.Div editorContainer, Editor editor, EditorListener<java.lang.Object> listener, Executable labelUpdate) -
Uses of Executable in com.hybris.cockpitng.engine
Methods in com.hybris.cockpitng.engine with parameters of type Executable Modifier and Type Method Description org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>WidgetWizardCreationDelegate. createAddWidgetWizardEventListener(java.lang.String slotId, Widget parentWidget, Executable executable) -
Uses of Executable in com.hybris.cockpitng.engine.impl
Methods in com.hybris.cockpitng.engine.impl with parameters of type Executable Modifier and Type Method Description org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>DefaultWidgetWizardCreationDelegate. createAddWidgetWizardEventListener(java.lang.String slotID, Widget parentWidget, Executable executable) -
Uses of Executable in com.hybris.cockpitng.lazyloading
Methods in com.hybris.cockpitng.lazyloading that return Executable Modifier and Type Method Description protected ExecutableDefaultLazyTasksExecutorFactory. removeInstanceFromModel(WidgetInstanceManager wim)Methods in com.hybris.cockpitng.lazyloading with parameters of type Executable Modifier and Type Method Description voidDefaultLazyTasksExecutor. setCleanUpCallback(Executable cleanUpCallback) -
Uses of Executable in com.hybris.cockpitng.util
Methods in com.hybris.cockpitng.util with parameters of type Executable Modifier and Type Method Description static voidUITools. postponeExecution(org.zkoss.zk.ui.Component parent, Executable executable)Executes specifiedExecutablein next UI processing iteration. -
Uses of Executable in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea with parameters of type Executable Modifier and Type Method Description protected voidDefaultEditorAreaController. executeSaveWithConfirmation(Executable save)default voidEditorAreaLogicHandler. executeSaveWithConfirmation(WidgetInstanceManager widgetInstanceManager, Executable save, java.lang.Object currentObject)This method allows to hook in and trigger confirmation before save is executed.voidDefaultEditorAreaControllerValidationPopupDelegate. prepareValidationResultsPopup(org.zkoss.zk.ui.Component parent, Executable saveExecution) -
Uses of Executable in com.hybris.cockpitng.widgets.compare.renderer
Methods in com.hybris.cockpitng.widgets.compare.renderer with parameters of type Executable Modifier and Type Method Description protected voidDefaultCompareViewBoxRenderer. appendConstantElementIfRequired(org.zkoss.zk.ui.Component parent, java.lang.String elementName, Executable appendix)protected voidDefaultCompareViewBoxRenderer. appendConstantElementIfRequired(org.zkoss.zk.ui.Component parent, java.lang.String elementName, java.lang.String markName, Executable appendix, java.lang.Object element)Deprecated, for removal: This API element is subject to removal in a future version.since 1808 - please useDefaultCompareViewBoxRenderer.appendConstantElementIfRequired(Component, String, Executable)
-