Uses of Interface
com.iizix.gyro.IMessageBoxReply
Packages that use IMessageBoxReply
Package
Description
Uses of IMessageBoxReply in com.iizix
Methods in com.iizix with parameters of type IMessageBoxReplyModifier 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
Methods in com.iizix.api with parameters of type IMessageBoxReplyModifier 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
Methods in com.iizix.gyro with parameters of type IMessageBoxReplyModifier 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
Methods in com.iizix.prop.ui with parameters of type IMessageBoxReplyModifier 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
Methods in com.iizix.prop.vs with parameters of type IMessageBoxReplyModifier 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
Methods in com.iizix.server.gyro with parameters of type IMessageBoxReplyModifier 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.