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 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
ProgressIndicatorDelay. 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 boolean
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
Methods in com.iizix.server.gyro with parameters of type ProgressIndicatorDelay Modifier and Type Method Description boolean
AppSessionGyro. lockUI(KString waitMsg, ProgressIndicatorDelay delay)
Locks the UI with a message and a delay.