Uses of Enum Class
com.iizix.gyro.IToaster.Direction
Uses of IToaster.Direction in com.iizix.gyro
Modifier and TypeMethodDescriptionstatic IToaster.Direction
Returns the enum constant of this class with the specified name.static IToaster.Direction[]
IToaster.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault void
IToaster.toast
(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type) Displays a simple, unobstructive and ephemeral text message to the user.void
IToaster.toast
(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.default void
IToaster.toast
(String message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type) Displays a simple, unobstructive and ephemeral text message to the user.default void
IToaster.toast
(String message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.Uses of IToaster.Direction in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
Toaster.toast
(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.Uses of IToaster.Direction in com.iizix.server.gyro
Modifier and TypeMethodDescriptionvoid
AppSessionGyro.toast
(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.void
ClientSessionGyro.toast
(KString message, IToaster.Position position, IToaster.Direction direction, IToaster.Type type, int duration) Displays a simple, unobstructive and ephemeral text message to the user.