Class JRTableModelDataSource

    • Field Detail

      • EXCEPTION_MESSAGE_KEY_UNKNOWN_COLUMN_NAME

        public static final String EXCEPTION_MESSAGE_KEY_UNKNOWN_COLUMN_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • JRTableModelDataSource

        public JRTableModelDataSource​(TableModel model)
    • Method Detail

      • next

        public boolean next()
        Description copied from interface: JRDataSource
        Tries to position the cursor on the next element in the data source.
        Specified by:
        next in interface JRDataSource
        Returns:
        true if there is a next record, false otherwise