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 voidIComponent.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 TypeMethodDescriptionvoidBaseEvent.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 voidIMessageBox.messageBox(IMessageBoxReply reply, int icon, String title, String message) Displays a message box with the specified title and message.default voidIMessageBox.messageBox(IMessageBoxReply reply, int icon, String title, String message, String... buttons) Displays a message box with the specified title and message.voidIMessageBox.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 TypeMethodDescriptionbooleanMessageBox.addReplyListener(IMessageBoxReply listener) Adds a listener for the callback when user chooses an action for the message box.voidMessageBox.messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.booleanMessageBox.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 voidIVSComponent.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 TypeMethodDescriptionvoidAppSessionGyro.messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.voidClientSessionGyro.messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons) Displays a message box with the specified title and message.