Class OddEvenItem<T>

    • Field Detail

      • ODD_CSS_CLASS_KEY

        public static final String ODD_CSS_CLASS_KEY
      • EVEN_CSS_CLASS_KEY

        public static final String EVEN_CSS_CLASS_KEY
    • Constructor Detail

      • OddEvenItem

        public OddEvenItem​(String id,
                           int index,
                           IModel<T> model)
        Constructor
        Parameters:
        id - component id
        index - item index
        model - item model
    • Method Detail

      • onComponentTag

        protected void onComponentTag​(ComponentTag tag)
        Description copied from class: Component
        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