Class ListItem<T>

    • Constructor Detail

      • ListItem

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

        public ListItem​(int index,
                        IModel<T> model)
        A constructor which uses the index and the list provided to create a ListItem. This constructor is the default one.
        Parameters:
        index - The index of the item
        model - The model object of the item
      • ListItem

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