Uses of Interface
com.iizix.gyro.IMessageBoxReply
Packages that use IMessageBoxReply Package Description com.iizix com.iizix.api com.iizix.gyro com.iizix.prop.ui com.iizix.prop.vs com.iizix.server.gyro Uses of IMessageBoxReply in com.iizix
Methods in com.iizix with parameters of type IMessageBoxReply Modifier and Type Method Description default 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 IMessageBoxReply Modifier and Type Method Description voidBaseEvent. 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 IMessageBoxReply Modifier and Type Method Description default voidIMessageBox. messageBox(IMessageBoxReply reply, int icon, java.lang.String title, java.lang.String message)Displays a message box with the specified title and message.default voidIMessageBox. messageBox(IMessageBoxReply reply, int icon, java.lang.String title, java.lang.String message, java.lang.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 IMessageBoxReply Modifier and Type Method Description booleanMessageBox. 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 IMessageBoxReply Modifier and Type Method Description default 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 IMessageBoxReply Modifier and Type Method Description voidAppSessionGyro. 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.