Uses of Enum Class
com.iizix.gyro.ProgressIndicatorDelay
Packages that use ProgressIndicatorDelay
Uses of ProgressIndicatorDelay in com.iizix.gyro
Methods in com.iizix.gyro that return ProgressIndicatorDelayModifier and TypeMethodDescriptionstatic ProgressIndicatorDelayProgressIndicatorDelay.fromValue(int value) Returns a delay from a value.default ProgressIndicatorDelayILockUI.getProgressIndicatorDelay()Returns the delay before the hourglass is shown when the UI is locked.default ProgressIndicatorDelayILockUI.getProgressIndicatorDelay(ILockUI defaultProvider) Returns the delay before the hourglass is shown when the UI is locked.static ProgressIndicatorDelayReturns 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.Methods in com.iizix.gyro with parameters of type ProgressIndicatorDelayModifier and TypeMethodDescriptionbooleanIAppSessionGyro.lockUI(KString waitMsg, ProgressIndicatorDelay delay) Locks the UI with a message and a delay.default booleanILockUI.setProgressIndicatorDelay(ProgressIndicatorDelay delay) Sets the delay before the hourglass is shown when the UI is locked.Uses of ProgressIndicatorDelay in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type ProgressIndicatorDelayModifier and TypeMethodDescriptionbooleanAppSessionGyro.lockUI(KString waitMsg, ProgressIndicatorDelay delay) Locks the UI with a message and a delay.