Uses of Enum Class
com.iizix.gyro.ProgressIndicatorDelay
Uses of ProgressIndicatorDelay in com.iizix.gyro
Modifier and TypeMethodDescriptionstatic ProgressIndicatorDelay
ProgressIndicatorDelay.fromValue
(int value) Returns a delay from a value.default ProgressIndicatorDelay
ILockUI.getProgressIndicatorDelay()
Returns the delay before the hourglass is shown when the UI is locked.default ProgressIndicatorDelay
ILockUI.getProgressIndicatorDelay
(ILockUI defaultProvider) Returns the delay before the hourglass is shown when the UI is locked.static ProgressIndicatorDelay
Returns the enum constant of this class with the specified name.static ProgressIndicatorDelay[]
ProgressIndicatorDelay.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
IAppSessionGyro.lockUI
(KString waitMsg, ProgressIndicatorDelay delay) Locks the UI with a message and a delay.default boolean
ILockUI.setProgressIndicatorDelay
(ProgressIndicatorDelay delay) Sets the delay before the hourglass is shown when the UI is locked.Uses of ProgressIndicatorDelay in com.iizix.server.gyro
Modifier and TypeMethodDescriptionboolean
AppSessionGyro.lockUI
(KString waitMsg, ProgressIndicatorDelay delay) Locks the UI with a message and a delay.