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.CSSAttributeAppender
cssClass 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EvenOddCssAttributeAppender(int index)EvenOddCssAttributeAppender(org.apache.wicket.markup.html.list.ListItem item) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCssClass()- 
Methods inherited from class com.inductiveautomation.ignition.gateway.web.util.CSSAttributeAppender
onComponentTag, setCssClass 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getCssClass
public java.lang.String getCssClass()
- Overrides:
 getCssClassin classCSSAttributeAppender
 
 - 
 
 -