Uses of Class
com.iizix.gyro.ProgressIndicatorDelay
Packages that use ProgressIndicatorDelay Package Description com.iizix.gyro com.iizix.server.gyro Uses of ProgressIndicatorDelay in com.iizix.gyro
Methods in com.iizix.gyro that return ProgressIndicatorDelay Modifier and Type Method Description static 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 ProgressIndicatorDelayProgressIndicatorDelay. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProgressIndicatorDelay[]ProgressIndicatorDelay. 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 ProgressIndicatorDelay Modifier and Type Method Description booleanIAppSessionGyro. 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 ProgressIndicatorDelay Modifier and Type Method Description booleanAppSessionGyro. lockUI(KString waitMsg, ProgressIndicatorDelay delay)Locks the UI with a message and a delay.