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 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
Methods in com.iizix.api with parameters of type IMessageBox.IconModifier 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
Fields in com.iizix.gyro declared as IMessageBox.IconModifier and TypeFieldDescriptionstatic final IMessageBox.Icon[]
IMessageBox.ICON_MAP
Table mapping icon values to Icon enum.Methods in com.iizix.gyro that return IMessageBox.IconModifier 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.Methods in com.iizix.gyro with parameters of type IMessageBox.IconModifier 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
Methods in com.iizix.prop.ui with parameters of type IMessageBox.IconModifier 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
Methods in com.iizix.prop.vs with parameters of type IMessageBox.IconModifier 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
Methods in com.iizix.server.gyro with parameters of type IMessageBox.IconModifier 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.