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 void
IProcessUI. ask(String message, Callback<Boolean> callback)
Prompt for user input.default void
ICalloutUI. askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback)
void
IProcessUI. askForInput(String message, Callback<String> callback)
default void
IProcessUI. 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 void
ADTabpanel. editorTraverse(Callback<WEditor> editorTaverseCallback)
void
GridView. editorTraverse(Callback<WEditor> editorTaverseCallback)
void
IFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback)
helper method to loop thru editor collection of panel
can use on callout to check relative editordefault void
IFieldEditorContainer. editorTraverse(Callback<WEditor> editorTaverseCallback, Collection<WEditor> editors)
default implement forIFieldEditorContainer.editorTraverse(Callback)
void
QuickGridView. editorTraverse(Callback<WEditor> editorTaverseCallback)
void
AbstractADWindowContent. onExit(Callback<Boolean> callback)
void
AbstractADWindowContent. onSave(boolean onSaveEvent, boolean onNavigationEvent, Callback<Boolean> callback)
void
AbstractADWindowContent. 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 void
WindowValidatorManager. fireWindowValidatorEvent(WindowValidatorEvent event, Callback<Boolean> callback)
void
WindowValidator. 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 void
AbstractProcessDialog. ask(String message, Callback<Boolean> callback)
void
AbstractProcessDialog. askForInput(String message, Callback<String> callback)
void
AbstractProcessDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback)
void
CalloutDialog. 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 void
WPaySelect. ask(String message, Callback<Boolean> callback)
void
WPaySelect. 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 int
Messagebox. show(String message, String title, int buttons, String icon, Callback<?> callback, boolean modal)
int
Messagebox. show(String message, String title, int buttons, String icon, Callback<Integer> callback)
int
Messagebox. show(String message, String title, int buttons, String icon, WEditor editor, Callback<?> callback, boolean modal)
static int
Messagebox. showDialog(String message, String title, int buttons, String icon, Callback<?> callback, boolean modal)
static int
Messagebox. showDialog(String message, String title, int buttons, String icon, Callback<Integer> callback)
static int
Messagebox. 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 void
FavouriteController. addDeletedCallback(Callback<Integer> callback)
add callback for after remove node from favouritesvoid
FavouriteController. addInsertedCallback(Callback<MTreeNode> callback)
add callback for after add node to favouritesvoid
IDesktop. openWindow(int windowId, Callback<ADWindow> callback)
void
IDesktop. openWindow(int windowId, MQuery query, Callback<ADWindow> callback)
void
TabbedDesktop. openWindow(int windowId, Callback<ADWindow> callback)
void
TabbedDesktop. 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 void
WDocActionPanel. 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 boolean
FDialog. 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 boolean
FDialog. 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 boolean
FDialog. ask(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<Boolean> callback)
static boolean
FDialog. 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 void
FDialog. askForInput(int windowNo, WEditor weditor, String adMessage, String title, Callback<Object> callback)
static void
FDialog. askForInput(int windowNo, WEditor weditor, String adMessage, Callback<Object> callback)
static void
FDialog. askForInput(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String title, Callback<String> callback)
static void
FDialog. askForInput(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, Callback<String> callback)
static void
FDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo)
static void
FDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo, String title, Object defaultValue)
static void
FDialog. error(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message, Callback<Integer> callback)
Display error with error icon.static void
FDialog. 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
-