public class LoadingOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
Integer |
hideDuration
The duration in milliseconds of the fade out effect.
|
StyleOptions |
labelStyle
CSS styles for the loading label span.
|
Integer |
showDuration
The duration in milliseconds of the fade in effect.
|
StyleOptions |
style
CSS styles for the loading screen that covers the plot area.
|
| Constructor and Description |
|---|
LoadingOptions() |
@Option public Integer hideDuration
@Option public final StyleOptions labelStyle
fontWeight: 'bold'
position: 'relative'
top: '45%'
@Option public Integer showDuration
@Option public final StyleOptions style
position: 'absolute',
backgroundColor: 'ffffff',
opacity: 0.5,
textAlign: 'center'
Copyright © 2018 Fujion Framework. All rights reserved.