Class ProgressBar.ProgressBarSection
- java.lang.Object
 - 
- com.inductiveautomation.ignition.gateway.web.components.ProgressBar.ProgressBarSection
 
 
- 
- All Implemented Interfaces:
 ProgressBar.IProgressBarSection,java.io.Serializable,org.apache.wicket.util.io.IClusterable
- Enclosing class:
 - ProgressBar
 
public static class ProgressBar.ProgressBarSection extends java.lang.Object implements ProgressBar.IProgressBarSection
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ProgressBarSection(float percentage, ProgressBar.SectionStyle style) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetPercentage()ProgressBar.SectionStylegetStyle() 
 - 
 
- 
- 
Constructor Detail
- 
ProgressBarSection
public ProgressBarSection(float percentage, ProgressBar.SectionStyle style) 
 - 
 
- 
Method Detail
- 
getPercentage
public float getPercentage()
- Specified by:
 getPercentagein interfaceProgressBar.IProgressBarSection
 
- 
getStyle
public ProgressBar.SectionStyle getStyle()
- Specified by:
 getStylein interfaceProgressBar.IProgressBarSection
 
 - 
 
 -