Uses of Interface
org.adempiere.util.Callback
Packages that use Callback
Package
Description
Provide utility and helper classes.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Provide interface and classes for AD Window validation event implementation (beforeSave, beforePrint, etc).
Provide process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
Custom Zk components for iDempiere
Provide interface and classes for implementation of iDempiere desktop
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Provide implementation of various system dialog and windows
-
Uses of Callback in org.adempiere.util
Methods in org.adempiere.util with parameters of type CallbackModifier and TypeMethodDescriptionvoidPrompt for user input.default voidICalloutUI.askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback) ask for input from uservoidIProcessUI.askForInput(String message, Callback<String> callback) ask for input from userdefault voidIProcessUI.askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback) Prompt user for input with a configurable DisplayType (String, Number, TableDir or Search)voidIProcessUI.askForSecretInput(String message, Callback<String> callback) Prompt for secret input (for e.g password) from user. -
Uses of Callback in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type CallbackModifier and TypeMethodDescriptionvoidADTabpanel.editorTraverse(Callback<WEditor> editorTaverseCallback) voidGridView.editorTraverse(Callback<WEditor> editorTaverseCallback) Call editorTaverseCallback for all field editors.voidIFieldEditorContainer.editorTraverse(Callback<WEditor> editorTaverseCallback) Call editorTaverseCallback for all editors hosted by this containerdefault voidIFieldEditorContainer.editorTraverse(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors) Default implementation forIFieldEditorContainer.editorTraverse(Callback)voidQuickGridView.editorTraverse(Callback<WEditor> editorTaverseCallback) voidAbstractADWindowContent.executeButtonProcess(IProcessButton wButton, boolean startWOasking, int table_ID, int record_ID, boolean isProcessMandatory, Callback<Boolean> callback) Show process, form or info window dialog for button.
Delegate toAbstractADWindowContent.executeButtonProcess0(IProcessButton, boolean, int, int, String, Callback)orAbstractADWindowContent.executionButtonInfoWindow0(IProcessButton).voidAbstractADWindowContent.executeButtonProcess(IProcessButton wButton, boolean startWOasking, int table_ID, int record_ID, String record_UU, boolean isProcessMandatory, Callback<Boolean> callback) Show process, form or info window dialog for button.
Delegate toAbstractADWindowContent.executeButtonProcess0(IProcessButton, boolean, int, int, String, Callback)orAbstractADWindowContent.executionButtonInfoWindow0(IProcessButton).voidhandle on exit/close of windowvoidAbstractADWindowContent.onSave(boolean onSaveEvent, boolean onNavigationEvent, Callback<Boolean> callback) FireWindowValidatorEventand delegate actual save toAbstractADWindowContent.onSaveCallback(boolean, boolean, Callback)voidAbstractADWindowContent.saveAndNavigate(Callback<Boolean> callback) Save (if needed) and execute callback -
Uses of Callback in org.adempiere.webui.adwindow.validator
Methods in org.adempiere.webui.adwindow.validator with parameters of type CallbackModifier and TypeMethodDescriptionvoidWindowValidatorManager.fireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback) fire window validator event for all registerWindowValidatorservicevoidWindowValidator.onWindowEvent(WindowValidatorEvent event, Callback<Boolean> callback) HandleWindowValidatorEvent. -
Uses of Callback in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type CallbackModifier and TypeMethodDescriptionvoidvoidAbstractProcessDialog.askForInput(String message, Callback<String> callback) voidAbstractProcessDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback) voidCalloutDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback) voidAbstractProcessDialog.askForSecretInput(String message, Callback<String> callback) Run job -
Uses of Callback in org.adempiere.webui.component
Methods in org.adempiere.webui.component with parameters of type CallbackModifier and TypeMethodDescriptionintMessagebox.show(String message, String title, int buttons, String icon, Callback<?> callback, boolean modal) Show message box dialogintShow message box dialogintMessagebox.show(String message, String title, int buttons, String icon, WEditor editor, boolean isInputMandatory, Callback<?> callback, boolean modal) Show message box dialog with optional input editorstatic intMessagebox.showDialog(String message, String title, int buttons, String icon, Callback<?> callback, boolean modal) Show message box dialogstatic intMessagebox.showDialog(String message, String title, int buttons, String icon, Callback<Integer> callback) Show message box dialogstatic intMessagebox.showDialog(String message, String title, int buttons, String icon, WEditor editor, boolean isInputMandatory, Callback<?> callback, boolean modal) Show message box dialogstatic intMessagebox.showDialog(String message, String title, int buttons, String icon, WEditor editor, Callback<?> callback, boolean modal) Show message box dialog -
Uses of Callback in org.adempiere.webui.desktop
Methods in org.adempiere.webui.desktop with parameters of type CallbackModifier and TypeMethodDescriptionvoidFavouriteController.addDeletedCallback(Callback<Integer> callback) Add callback for after remove node from favouritesvoidFavouriteController.addInsertedCallback(Callback<MTreeNode> callback) Add callback for after add node to favouritesvoiddefault voidLogout from desktop (callIDesktop.logout().voidIDesktop.openWindow(int windowId, Callback<ADWindow> callback) Open AD window in desktopvoidIDesktop.openWindow(int windowId, MQuery query, Callback<ADWindow> callback) Open AD window in desktopvoidTabbedDesktop.openWindow(int windowId, Callback<ADWindow> callback) voidTabbedDesktop.openWindow(int windowId, MQuery query, Callback<ADWindow> callback) -
Uses of Callback in org.adempiere.webui.panel
Methods in org.adempiere.webui.panel with parameters of type Callback -
Uses of Callback in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type CallbackModifier and TypeMethodDescriptionstatic booleanAsk Question with question icon and (OK) (Cancel) buttonsstatic booleanAsk Question with question icon and (OK) (Cancel) buttonsstatic booleanAsk Question with question icon and (OK) (Cancel) buttonsstatic booleanDialog.ask(String title, int windowNo, String adMessage, String additionalMessage, Callback<Boolean> callback, Object... args) Ask Question with question icon and (OK) (Cancel) buttonsstatic booleanDialog.ask(String title, int windowNo, String adMessage, Callback<Boolean> callback, Object... args) Ask Question with question icon and (OK) (Cancel) buttonsstatic booleanFDialog.ask(int windowNo, org.zkoss.zk.ui.Component comp, String title, String adMessage, String msg, Callback<Boolean> callback) Deprecated, for removal: This API element is subject to removal in a future version.Ask Question with question icon and (OK) (Cancel) buttonsstatic booleanFDialog.ask(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String msg, Callback<Boolean> callback) Deprecated, for removal: This API element is subject to removal in a future version.Ask Question with question icon and (OK) (Cancel) buttonsstatic booleanFDialog.ask(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<Boolean> callback) Deprecated, for removal: This API element is subject to removal in a future version.static booleanFDialog.ask(String title, int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<Boolean> callback, Object... args) Deprecated, for removal: This API element is subject to removal in a future version.Ask Question with question icon and (OK) (Cancel) buttonsstatic voidDialog.askForInput(int windowNo, String adMessage, String title, Callback<String> callback) static voidDialog.askForInput(int windowNo, String adMessage, Callback<String> callback) static voidDialog.askForInput(int windowNo, WEditor weditor, String adMessage, String title, Callback<Object> callback) static voidDialog.askForInput(int windowNo, WEditor weditor, String adMessage, Callback<Object> callback) static voidDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo) static voidDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo, String title, Object defaultValue) static voidFDialog.askForInput(int windowNo, WEditor weditor, String adMessage, String title, Callback<Object> callback) Deprecated, for removal: This API element is subject to removal in a future version.static voidFDialog.askForInput(int windowNo, WEditor weditor, String adMessage, Callback<Object> callback) Deprecated, for removal: This API element is subject to removal in a future version.static voidFDialog.askForInput(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String title, Callback<String> callback) Deprecated, for removal: This API element is subject to removal in a future version.static voidFDialog.askForInput(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<String> callback) Deprecated, for removal: This API element is subject to removal in a future version.static voidFDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo) Deprecated, for removal: This API element is subject to removal in a future version.static voidFDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo, String title, Object defaultValue) Deprecated, for removal: This API element is subject to removal in a future version.static voidDialog.askForInputTextConfirmation(int windowNo, WEditor weditor, String adMessage, Object[] adMessageArgs, String title, Callback<Map.Entry<Boolean, String>> callback) Confirmation dialog before deleting the records.static voidFDialog.askForInputTextConfirmation(int windowNo, WEditor weditor, String adMessage, Object[] adMessageArgs, String title, Callback<Map.Entry<Boolean, String>> callback) Deprecated, for removal: This API element is subject to removal in a future version.Confirmation dialog before deleting the records.static voidDialog.askForInputWithCancel(int windowNo, WEditor weditor, String adMessage, String title, Callback<Map.Entry<Boolean, Object>> callback) static voidFDialog.askForInputWithCancel(int windowNo, WEditor weditor, String adMessage, String title, Callback<Map.Entry<Boolean, Object>> callback) Deprecated, for removal: This API element is subject to removal in a future version.static voidDialog.askForSecretInput(int windowNo, String adMessage, Callback<String> callback) Same as askForInput but uses password editor for input field.static voidDisplay dialog with an error iconstatic voidDialog.error(int windowNo, String adMessage, String additionalMessage, Callback<Integer> callback, String title) Display dialog with an error iconstatic voidFDialog.error(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message, Callback<Integer> callback) Deprecated, for removal: This API element is subject to removal in a future version.Display error with error icon.static voidFDialog.error(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message, Callback<Integer> callback, String title) Deprecated, for removal: This API element is subject to removal in a future version.Display error with error icon.static voidDialog.info(int windowNo, String adMessage, String additionalMessage, String title, Callback<Integer> callback) Display dialog with information icon.static voidCustomizeGridViewDialog.onCustomize(ADTabpanel tabPanel, Callback<Boolean> callback) Show grid view customization dialog for tabPanelstatic voidCustomizeGridViewDialog.showCustomize(int WindowNo, int AD_Tab_ID, Map<Integer, String> columnsWidth, ArrayList<Integer> gridFieldIds, GridView gridPanel, QuickGridView quickGridView, boolean isQuickForm, Callback<Boolean> callback) Show customize grid view dialogConstructors in org.adempiere.webui.window with parameters of type CallbackModifierConstructorDescriptionInfoSchedule(MResourceAssignment mAssignment, boolean createNew, Callback<MResourceAssignment> callback) InfoSchedule(MResourceAssignment mAssignment, boolean createNew, org.zkoss.zk.ui.Component parent, Callback<MResourceAssignment> callback) ConstructorWAccountDialog(String title, MAccountLookup mAccount, int C_AcctSchema_ID, Callback<Integer> callback) Constructor -
Uses of Callback in org.idempiere.apps.form
Methods in org.idempiere.apps.form with parameters of type CallbackModifier and TypeMethodDescriptionvoidBOMDrop.addBOMLines(MProduct product, BigDecimal qty, Callback<BOMDrop.BOMLine> callback) Invoke call back for each BOM line