Uses of Interface
org.adempiere.util.Callback
-
-
Uses of Callback in org.adempiere.util
Methods in org.adempiere.util with parameters of type Callback Modifier and Type Method Description voidIProcessUI. ask(String message, Callback<Boolean> callback)Prompt for user input.default voidICalloutUI. askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback)voidIProcessUI. askForInput(String message, Callback<String> callback)default voidIProcessUI. askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback)Prompt user for input with a configurable DisplayType (String, Number, TableDir or Search) Usage is the same from ask and askForInput methods with some additional parameters muriloht - devCoffee #3390 -
Uses of Callback in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type Callback Modifier and Type Method Description voidADTabpanel. editorTraverse(Callback<WEditor> editorTaverseCallback)voidGridView. editorTraverse(Callback<WEditor> editorTaverseCallback)voidIFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback)helper method to loop thru editor collection of panel
can use on callout to check relative editordefault voidIFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors)default implement forIFieldEditorContainer.editorTraverse(Callback)voidQuickGridView. editorTraverse(Callback<WEditor> editorTaverseCallback)voidAbstractADWindowContent. onExit(Callback<Boolean> callback)voidAbstractADWindowContent. onSave(boolean onSaveEvent, boolean onNavigationEvent, Callback<Boolean> callback)voidAbstractADWindowContent. saveAndNavigate(Callback<Boolean> callback) -
Uses of Callback in org.adempiere.webui.adwindow.validator
Methods in org.adempiere.webui.adwindow.validator with parameters of type Callback Modifier and Type Method Description voidWindowValidatorManager. fireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback)voidWindowValidator. onWindowEvent(WindowValidatorEvent event, Callback<Boolean> callback) -
Uses of Callback in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type Callback Modifier and Type Method Description voidAbstractProcessDialog. ask(String message, Callback<Boolean> callback)voidAbstractProcessDialog. 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) -
Uses of Callback in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type Callback Modifier and Type Method Description voidWPaySelect. ask(String message, Callback<Boolean> callback)voidWPaySelect. askForInput(String message, Callback<String> callback) -
Uses of Callback in org.adempiere.webui.component
Methods in org.adempiere.webui.component with parameters of type Callback Modifier and Type Method Description intMessagebox. show(String message, String title, int buttons, String icon, Callback<?> callback, boolean modal)intMessagebox. show(String message, String title, int buttons, String icon, Callback<Integer> callback)intMessagebox. show(String message, String title, int buttons, String icon, WEditor editor, Callback<?> callback, boolean modal)static intMessagebox. showDialog(String message, String title, int buttons, String icon, Callback<?> callback, boolean modal)static intMessagebox. showDialog(String message, String title, int buttons, String icon, Callback<Integer> callback)static intMessagebox. showDialog(String message, String title, int buttons, String icon, WEditor editor, Callback<?> callback, boolean modal) -
Uses of Callback in org.adempiere.webui.desktop
Methods in org.adempiere.webui.desktop with parameters of type Callback Modifier and Type Method Description voidFavouriteController. addDeletedCallback(Callback<Integer> callback)add callback for after remove node from favouritesvoidFavouriteController. addInsertedCallback(Callback<MTreeNode> callback)add callback for after add node to favouritesvoidIDesktop. openWindow(int windowId, Callback<ADWindow> callback)voidIDesktop. openWindow(int windowId, MQuery query, Callback<ADWindow> callback)voidTabbedDesktop. 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 Modifier and Type Method Description voidWDocActionPanel. onOk(Callback<Boolean> callback) -
Uses of Callback in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type Callback Modifier and Type Method Description static booleanFDialog. ask(int windowNo, org.zkoss.zk.ui.Component comp, String title, String adMessage, String msg, Callback<Boolean> callback)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)Ask Question with question icon and (OK) (Cancel) buttonsstatic booleanFDialog. ask(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<Boolean> callback)static booleanFDialog. ask(String title, int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<Boolean> callback, Object... args)Ask Question with question icon and (OK) (Cancel) buttonsstatic voidFDialog. askForInput(int windowNo, WEditor weditor, String adMessage, String title, Callback<Object> callback)static voidFDialog. askForInput(int windowNo, WEditor weditor, String adMessage, Callback<Object> callback)static voidFDialog. askForInput(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String title, Callback<String> callback)static voidFDialog. askForInput(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<String> callback)static voidFDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo)static voidFDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo, String title, Object defaultValue)static voidFDialog. error(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message, Callback<Integer> callback)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)Display error with error icon.Constructors in org.adempiere.webui.window with parameters of type Callback Constructor Description InfoSchedule(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
-