Class OddEvenListItem<T>

    • Field Detail

      • ODD_CSS_CLASS_KEY

        public static final java.lang.String ODD_CSS_CLASS_KEY
      • EVEN_CSS_CLASS_KEY

        public static final java.lang.String EVEN_CSS_CLASS_KEY
    • Constructor Detail

      • OddEvenListItem

        public OddEvenListItem​(int index,
                               IModel<T> model)
        Constructor
        Parameters:
        index - list item's index
        model - list item's model
    • Method Detail

      • onComponentTag

        protected void onComponentTag​(ComponentTag tag)
        Processes the component tag. Overrides of this method most likely should call the super implementation.
        Overrides:
        onComponentTag in class Component
        Parameters:
        tag - Tag to modify