Uses of Interface
com.iizix.gyro.IMessageBoxReply
Package
Description
Uses of IMessageBoxReply in com.iizix
Modifier and TypeMethodDescriptiondefault void
IComponent.messageBox
(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.Uses of IMessageBoxReply in com.iizix.api
Modifier and TypeMethodDescriptionvoid
BaseEvent.messageBox
(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message for the application session.Uses of IMessageBoxReply in com.iizix.gyro
Modifier and TypeMethodDescriptiondefault void
IMessageBox.messageBox
(IMessageBoxReply reply, int icon, String title, String message) Displays a message box with the specified title and message.default void
IMessageBox.messageBox
(IMessageBoxReply reply, int icon, String title, String message, String... buttons) Displays a message box with the specified title and message.void
IMessageBox.messageBox
(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.Uses of IMessageBoxReply in com.iizix.prop.ui
Modifier and TypeMethodDescriptionboolean
MessageBox.addReplyListener
(IMessageBoxReply listener) Adds a listener for the callback when user chooses an action for the message box.void
MessageBox.messageBox
(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.boolean
MessageBox.removeReplyListener
(IMessageBoxReply listener) Removes a listener for the callback when user chooses an action for the message box.Uses of IMessageBoxReply in com.iizix.prop.vs
Modifier and TypeMethodDescriptiondefault void
IVSComponent.messageBox
(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.Uses of IMessageBoxReply in com.iizix.server.gyro
Modifier and TypeMethodDescriptionvoid
AppSessionGyro.messageBox
(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.void
ClientSessionGyro.messageBox
(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.