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 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.Icon 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 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_MAP
Table mapping icon values to Icon enum.Methods in com.iizix.gyro that return IMessageBox.Icon Modifier and Type Method Description static IMessageBox.Icon
IMessageBox.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 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 IMessageBox.Icon in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IMessageBox.Icon Modifier and Type Method Description void
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.Icon 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 IMessageBox.Icon in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IMessageBox.Icon 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.