Class AjaxFallbackDefaultDataTable<T,​S>

    • Method Detail

      • newRowItem

        protected Item<TnewRowItem​(String id,
                                     int index,
                                     IModel<T> model)
        Description copied from class: DataTable
        Factory method for Item container that represents a row in the underlying DataGridView
        Overrides:
        newRowItem in class DataTable<T,​S>
        Parameters:
        id - component id for the new data item
        index - the index of the new data item
        model - the model for the new data item.
        Returns:
        DataItem created DataItem
        See Also:
        Item