Uses of Enum Class
com.iizix.gyro.IMessageBox.Icon
Package
Description
Uses of IMessageBox.Icon in com.iizix
Modifier and TypeMethodDescriptiondefault 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 IMessageBox.Icon in com.iizix.api
Modifier and TypeMethodDescriptionvoid
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 IMessageBox.Icon in com.iizix.gyro
Modifier and TypeFieldDescriptionstatic final IMessageBox.Icon[]
IMessageBox.ICON_MAP
Table mapping icon values to Icon enum.Modifier and TypeMethodDescriptionstatic IMessageBox.Icon
Returns 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.Modifier and TypeMethodDescriptionvoid
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 IMessageBox.Icon in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
MessageBox.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
Modifier and TypeMethodDescriptiondefault 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 IMessageBox.Icon in com.iizix.server.gyro
Modifier and TypeMethodDescriptionvoid
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.