Class EvenOddCssAttributeAppender
- java.lang.Object
- 
- org.apache.wicket.behavior.Behavior
- 
- com.inductiveautomation.ignition.gateway.web.util.CSSAttributeAppender
- 
- com.inductiveautomation.ignition.gateway.web.util.EvenOddCssAttributeAppender
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.apache.wicket.IComponentAwareEventSink,- org.apache.wicket.markup.html.IComponentAwareHeaderContributor,- org.apache.wicket.util.io.IClusterable
 
 public class EvenOddCssAttributeAppender extends CSSAttributeAppender A CSS Attribute Appender that adds "even",or "odd" css classes as appropriate- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.gateway.web.util.CSSAttributeAppendercssClass
 
- 
 - 
Constructor SummaryConstructors Constructor Description EvenOddCssAttributeAppender(int index)EvenOddCssAttributeAppender(org.apache.wicket.markup.html.list.ListItem item)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCssClass()- 
Methods inherited from class com.inductiveautomation.ignition.gateway.web.util.CSSAttributeAppenderonComponentTag, setCssClass
 
- 
 
- 
- 
- 
Method Detail- 
getCssClasspublic java.lang.String getCssClass() - Overrides:
- getCssClassin class- CSSAttributeAppender
 
 
- 
 
-