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

      • FirstLastCssAttributeAppender

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