Class Item<T>

    • Constructor Detail

      • Item

        public Item​(String id,
                    int index,
                    IModel<T> model)
        Constructor
        Parameters:
        id - component id
        index - relative index of this item in the pageable view
        model - model for this item
      • Item

        public Item​(String id,
                    int index)
        Constructor
        Parameters:
        id - component id
        index - relative index of this item in the pageable view
    • Method Detail