Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCssClass()  
      • Methods inherited from class org.apache.wicket.behavior.Behavior

        afterRender, beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, renderHead, unbind
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EvenOddCssAttributeAppender

        public EvenOddCssAttributeAppender​(org.apache.wicket.markup.html.list.ListItem item)
      • EvenOddCssAttributeAppender

        public EvenOddCssAttributeAppender​(int index)