Uses of Enum Class
com.iizix.gyro.IMessageBox.Icon
Packages that use IMessageBox.Icon
Package
Description
Uses of IMessageBox.Icon in com.iizix
Methods in com.iizix with parameters of type IMessageBox.IconModifier 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 IMessageBox.Icon in com.iizix.api
Methods in com.iizix.api with parameters of type IMessageBox.IconModifier 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 IMessageBox.Icon in com.iizix.gyro
Fields in com.iizix.gyro declared as IMessageBox.IconModifier and TypeFieldDescriptionstatic final IMessageBox.Icon[]IMessageBox.ICON_MAPTable mapping icon values to Icon enum.Methods in com.iizix.gyro that return IMessageBox.IconModifier and TypeMethodDescriptionstatic IMessageBox.IconReturns the enum constant of this class with the specified name.static IMessageBox.Icon[]IMessageBox.Icon.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.gyro with parameters of type IMessageBox.IconModifier and TypeMethodDescriptionvoidIMessageBox.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.IconModifier and TypeMethodDescriptionvoidMessageBox.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.IconModifier 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 IMessageBox.Icon in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IMessageBox.IconModifier 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.