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 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 IMessageBoxReply Modifier and Type Method Description void
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 IMessageBoxReply Modifier and Type Method Description default void
IMessageBox. messageBox(IMessageBoxReply reply, int icon, java.lang.String title, java.lang.String message)
Displays a message box with the specified title and message.default void
IMessageBox. 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.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 IMessageBoxReply Modifier and Type Method Description boolean
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 IMessageBoxReply Modifier and Type Method Description default 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 IMessageBoxReply Modifier and Type Method Description void
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.