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 SummaryConstructors Constructor Description ProgressBarSection(float percentage, ProgressBar.SectionStyle style)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetPercentage()ProgressBar.SectionStylegetStyle()
 
- 
- 
- 
Constructor Detail- 
ProgressBarSectionpublic ProgressBarSection(float percentage, ProgressBar.SectionStyle style)
 
- 
 - 
Method Detail- 
getPercentagepublic float getPercentage() - Specified by:
- getPercentagein interface- ProgressBar.IProgressBarSection
 
 - 
getStylepublic ProgressBar.SectionStyle getStyle() - Specified by:
- getStylein interface- ProgressBar.IProgressBarSection
 
 
- 
 
-