Class GlazedListsRowObjectDeleteCommandHandler<T>

    • Field Detail

      • bodyData

        protected ca.odell.glazedlists.EventList<T> bodyData
    • Constructor Detail

      • GlazedListsRowObjectDeleteCommandHandler

        public GlazedListsRowObjectDeleteCommandHandler​(ca.odell.glazedlists.EventList<T> bodyData)
        Parameters:
        bodyData - The backing data list on which the delete operation should be performed. Should be the same list that is used by the data provider.