Uses of Class
com.iizix.gyro.IMessageBox.Icon
Packages that use IMessageBox.Icon Package Description com.iizix com.iizix.api com.iizix.gyro com.iizix.prop.ui com.iizix.prop.vs com.iizix.server.gyro Uses of IMessageBox.Icon in com.iizix
Methods in com.iizix with parameters of type IMessageBox.Icon 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 IMessageBox.Icon in com.iizix.api
Methods in com.iizix.api with parameters of type IMessageBox.Icon 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 IMessageBox.Icon in com.iizix.gyro
Fields in com.iizix.gyro declared as IMessageBox.Icon Modifier and Type Field Description static IMessageBox.Icon[]IMessageBox. ICON_MAPTable mapping icon values to Icon enum.Methods in com.iizix.gyro that return IMessageBox.Icon Modifier and Type Method Description static IMessageBox.IconIMessageBox.Icon. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IMessageBox.Icon[]IMessageBox.Icon. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.gyro with parameters of type IMessageBox.Icon Modifier and Type Method Description 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 IMessageBox.Icon in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IMessageBox.Icon Modifier and Type Method Description voidMessageBox. messageBox(IMessageBoxReply reply, IMessageBox.Icon icon, KString title, KString message, KString... buttons)Displays a message box with the specified title and message.Uses of IMessageBox.Icon in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type IMessageBox.Icon 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 IMessageBox.Icon in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IMessageBox.Icon 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.