Class FirstLastCssAttributeAppender
- java.lang.Object
- 
- org.apache.wicket.behavior.Behavior
- 
- com.inductiveautomation.ignition.gateway.web.util.CSSAttributeAppender
- 
- com.inductiveautomation.ignition.gateway.web.util.FirstLastCssAttributeAppender
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.apache.wicket.IComponentAwareEventSink,- org.apache.wicket.markup.html.IComponentAwareHeaderContributor,- org.apache.wicket.util.io.IClusterable
 
 public class FirstLastCssAttributeAppender extends CSSAttributeAppender A CSS Attribute Appender that should be added to a ListView's ListItems that adds "first","only","last", or "center" 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 FirstLastCssAttributeAppender(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
 
 
- 
 
-