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:
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:
  • Constructor Details

    • FirstLastCssAttributeAppender

      public FirstLastCssAttributeAppender(org.apache.wicket.markup.html.list.ListItem item)
  • Method Details