Package org.adempiere.webui.window
Class FDialog
java.lang.Object
org.adempiere.webui.window.FDialog
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- Ashley G Ramdass
-
Constructor Summary
ConstructorDescriptionFDialog()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Deprecated, for removal: This API element is subject to removal in a future version.Ask Question with question icon and (OK) (Cancel) buttonsstatic boolean
Deprecated, for removal: This API element is subject to removal in a future version.Ask Question with question icon and (OK) (Cancel) buttonsstatic boolean
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 boolean
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 boolean
Deprecated, for removal: This API element is subject to removal in a future version.static boolean
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 void
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 void
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 void
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 void
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 void
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 void
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 void
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 void
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 void
Deprecated, for removal: This API element is subject to removal in a future version.Display error with error iconstatic void
Deprecated, for removal: This API element is subject to removal in a future version.Display error with error iconstatic void
Deprecated, for removal: This API element is subject to removal in a future version.Display error with error iconstatic void
Deprecated, for removal: This API element is subject to removal in a future version.static void
Deprecated, for removal: This API element is subject to removal in a future version.Display error with error icon.static void
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 void
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 void
Deprecated, for removal: This API element is subject to removal in a future version.Display information with information icon.static void
Deprecated, for removal: This API element is subject to removal in a future version.Display information with information icon.static void
Deprecated, for removal: This API element is subject to removal in a future version.Display information with information icon.static void
Deprecated, for removal: This API element is subject to removal in a future version.Display warning with warning iconstatic void
Deprecated, for removal: This API element is subject to removal in a future version.Display warning with warning iconstatic void
Deprecated.UseDialog
.warn(windowNo, adMessage, message, null) instead Display warning with warning iconstatic void
Deprecated, for removal: This API element is subject to removal in a future version.Display warning with warning icon
-
Constructor Details
-
FDialog
public FDialog()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.Display warning with warning icon- Parameters:
windowNo
- Number of WindowadMessage
- Message to be translatedtitle
- Message box title- See Also:
-
warn
public static void warn(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message) Deprecated.UseDialog
.warn(windowNo, adMessage, message, null) instead Display warning with warning icon- Parameters:
windowNo
- Number of Windowcomp
-adMessage
- Message to be translatedmessage
- Additional message- See Also:
-
warn
public static void warn(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message, String title) Deprecated, for removal: This API element is subject to removal in a future version.Display warning with warning icon- Parameters:
windowNo
- Number of WindowadMessage
- Message to be translatedmessage
- Additional messagetitle
- If none then one will be generated- See Also:
-
warn
Deprecated, for removal: This API element is subject to removal in a future version.Display warning with warning icon- Parameters:
windowNo
- Number of WindowadMessage
- Message to be translated- See Also:
-
error
Deprecated, for removal: This API element is subject to removal in a future version.Display error with error icon- Parameters:
windowNo
- Number of Windowcomp
- Component (unused)adMessage
- Message to be translated
-
error
Deprecated, for removal: This API element is subject to removal in a future version.Display error with error icon- Parameters:
windowNo
- Number of WindowadMessage
- Message to be translated- See Also:
-
error
Deprecated, for removal: This API element is subject to removal in a future version.Display error with error icon- Parameters:
windowNo
- Number of WindowadMessage
- Message to be translatedmsg
- Additional message- See Also:
-
error
public static void error(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message) Deprecated, for removal: This API element is subject to removal in a future version. -
error
public static void 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.- Parameters:
windowNo
- Number of Windowcomp
- Component (unused)adMessage
- Message to be translatedmessage
- Additional messagecallback
-
-
error
public static void error(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message, String title) Deprecated, for removal: This API element is subject to removal in a future version.Display error with error icon.- Parameters:
windowNo
- Number of Windowcomp
- Component (unused)adMessage
- Message to be translatedmessage
- Additional messagetitle
- If none then one will be generated
-
error
public static void 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.- Parameters:
windowNo
- Number of Windowcomp
- Component (unused)adMessage
- Message to be translatedmessage
- Additional messagecallback
-title
- If none then one will be generated- See Also:
-
ask
public static boolean ask(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String msg) Deprecated, for removal: This API element is subject to removal in a future version.Ask Question with question icon and (OK) (Cancel) buttons- Parameters:
windowNo
- Number of Windowcomp
- Container (owner)adMessage
- Message to be translatedmsg
- Additional clear text message- Returns:
- true, if OK
-
ask
public static boolean 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) buttons- Parameters:
windowNo
- Number of Windowcomp
- Container (owner)adMessage
- Message to be translatedmsg
- Additional clear text messagecallback
-- Returns:
- true, if OK
-
ask
Deprecated, for removal: This API element is subject to removal in a future version.Ask Question with question icon and (OK) (Cancel) buttons- Parameters:
windowNo
- Number of Windowcomp
- Container (owner)adMessage
- Message to be translated- Returns:
- true, if OK
-
ask
public static boolean 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. -
askForInput
public static void 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. -
askForInput
public static void 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. -
askForInput
public static void askForInput(int windowNo, WEditor weditor, String adMessage, Callback<Object> callback) Deprecated, for removal: This API element is subject to removal in a future version. -
askForInput
public static void 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. -
askForInputTextConfirmation
public static void 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.- Parameters:
windowNo
-weditor
-adMessage
-adMessageArgs
-title
-callback
-
-
askForInput
public static void 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. -
askForInput
public static void 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. -
askForInputWithCancel
public static void 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. -
ask
public static boolean 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) buttons- Parameters:
title
-windowNo
- Number of Windowcomp
- Container (owner)adMessage
- Message to be translatedcallback
-args
-- Returns:
- true, if OK
-
info
Deprecated, for removal: This API element is subject to removal in a future version.Display information with information icon.- Parameters:
windowNo
- Number of Windowcomp
- Component (unused)adMessage
- Message to be translated- See Also:
-
info
public static void info(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message) Deprecated, for removal: This API element is subject to removal in a future version.Display information with information icon.- Parameters:
windowNo
- Number of Windowcomp
- Component (unused)adMessage
- Message to be translatedmessage
- Additional message- See Also:
-
info
public static void info(int windowNo, org.zkoss.zk.ui.Component comp, String adMessage, String message, String title) Deprecated, for removal: This API element is subject to removal in a future version.Display information with information icon.- Parameters:
windowNo
- Number of Windowcomp
- Component (unused)adMessage
- Message to be translatedmessage
- Additional messagetitle
- If none then one will be generated- See Also:
-
ask
public static boolean 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) buttons- Parameters:
windowNo
- Number of Windowcomp
- Container (owner)title
- Title of the dialog paneladMessage
- Message to be translatedmsg
- Additional clear text messagecallback
-- Returns:
- true, if OK
-
Dialog
class instead.