Class HasDataEditor<T>

    • Method Detail

      • of

        public static <T> HasDataEditor<T> of​(HasData<T> data)
        Create a HasDataEditor backed by a HasData.
        Type Parameters:
        T - the type of data to be edited
        Parameters:
        data - the HasData that is displaying the data
        Returns:
        a instance of a HasDataEditor